Execution Log


In the Execution Log you can find all the details about past runs of your notebooks and individual tasks.

It is a helpful tool to understand what has been run and to debug problems.

Filters

On the left sidebar, you can filter the log for specific Notebooks, Users or timeframes.
You can also filter to only show scheduled runs.

Execution Runs

In the center, it shows the list of execution runs, which are either executions of an entire page of of individual tasks.

You can see the name and type of the run, the number of tasks it contains, when it started, and it's final status

Task Executions

Shows a list of all the individual tasks that were executed in the run.

For each tasks, you can see the content of the task, the inputs (dependencies from other tasks), and the rendered output.

If something went wrong, it will show you the error message:

It can also show you the logical structure and how IF/ELSE conditions and FOR LOOPs are being evaluated:

Logs

To debug issues, it is sometimes helpful to inspect the full log of a run, which you can to on the Logs tab