Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 02:13 PM
Now The best practice for this is not using the API (some functions were deprecated for this objective) instead you should use job parameters
job_id = dbutils.widgets.get("job parameter name with job_id")
job_run = dbutils.widgets.get("job parameter name with job_run")
job_name = dbutils.widgets.get("job parameter name with job_name")this list might not have all the job metadata
the list : ( to see the complete list just add as value over the parameter {{}} and a dropdown will appear.)