Azure Synapse notebooks runMultiple() not showing child notebook progress

Lowie Pouwels 0 Reputation points
2025-03-25T08:41:23.78+00:00

We are using PySpark notebooks in our Azure Synapse workspace to process our data. Currently we are using belows function to process our notebook in parallel and manage dependencies with a DAG. This works fine, however when one of the notebooks in the DAG fails, we are not getting any good logging.

notebookutils.notebook.runMultiple()

Our output looks like this:User's image We would really like to see the progress and the status of the notebooks that are running or have ran.

When I look at the documentation it should look like this:
User's image

The output above is exactly the output we want. With this output we are able to track the progress and see which notebooks have failed.

We are currently using Azure Synapse and have also tried the mssparkutils.notebook.runMultiple() function. This give the same results

Is there any setting we need to check/enable to get the result and progress in a table like the second screenshot?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,294 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.