How can I customize the Notebook Job # while using dbutils.notebook.run method?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 07:34 AM
When running multiple notebooks parallelly using dbutils.notebook.run from a parent notebook, an url to that running notebook is printed, like below
- Notebook job #211371132480519
Is there a way I can print the notebook name or some customized string instead of this job id. I am running multiple notebooks (more than 100 at a time) - so with just the job id it is difficult to identify which notebook run is mapped with which job id
Thanks in advance!
Labels:
- Labels:
-
Dbutils.notebook.run
-
Notebook