From the support ticket we logged (via MS): "The Databricks engineering team identified a bug related to dbutils.notebook.exit /dbutils.notebook.run in Jobs API. The Jobs engineering team rolled back all environments to the previously working version...
Update: as of Sunday morning NZT we haven't seen the workflow failures that we were, so it may be that the issue is resolved. Are you seeing the same @v_n66 and @lorenzoscandola ?
We believe that we're experiencing the same issue, and that it is affecting other users too.result = dbutils.notebook.run(notebook_to_run, 0, notebook_args)print(result)We can see that the run of notebook_to_run completed successfully with (we believ...