Is there any way to propagate errors from dbutils?
I have a master notebook that runs a few different notebooks on a schedule using the dbutils.notebook.run() function. Occasionally, these child notebooks will fail (due to API connections or whatever). My issue is, when I attempt to catch the errors ...
- 14717 Views
 - 7 replies
 - 10 kudos
 
  Latest Reply  
               I have the same issue. I see no reason that Databricks couldn't propagate the internal exception back through their WorkflowException
- 10 kudos