Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 10:22 AM
@Ramesh Bathini You mean the notebook file path that the job runs? For notebook file path you can try this:
%scala print(dbutils.notebook.getContext().extraContext("notebook_path"))dbutils.notebook.getContext() has all the job parameters, You can query the output of this command to get the job details that you are looking for,
Let me know if this helps. Mark the comment as "best answer" to resolve the query. Thanks.