SteveW
New Contributor III

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 believe) an exit message, however the print line is showing "none". When we re-run the relevant workflow the issue resolves, however the issue the occurs in the next step which has similar code, re-running again resolves that step so we have had to run the workflow once per step in order for Databricks to recognise that the steps have succeeded.