I am trying to return the exception message from an ephemeral notebook that is run with the dbutils.notebook.run(file_path) function in databricks. My notebook looks like this
I'm wondering if I can get the exception message to output in the current notebook instead of having to click on that Notebook job #589565306751520 link. I need the exception message in the current notebook because this is all part of a larger job in which I want to create a log table that includes the failure reasons for any ephemeral notebooks