Hi @Debayan Thank you for your reply.
However, the answer I am looking for is : how to print/get a more meaningful name of the jobs when running multiple notebooks parallelly using dbutils.notebook.run from a parent notebook.
Now in the parent notebook console something like this appears: (in case I am starting 2 notebook run from the parent NB)
- Notebook job #211371132480519
- Notebook job #2113711324805120
I am expecting something like below:
- <path_to_nb1> or name of notebook1
- <path_to_nb2> or name of notebook2