Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2025 11:28 PM
Thanks @Vinay_M_R .
Are there any workaround options available?
I noticed that one approach involves modifying the child's notebook to include something like:
try:
# your code
except Exception as e:
dbutils.notebook.exit(str(e))However, I’d prefer not to change the notebook I’m calling.
Are there any other ways to capture the specific error without modifying the child notebook?