Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 12:10 PM
A coworker has answered this question for me, posting it for anyone else looking for an answer:
run_parameters = dbutils.notebook.entry_point.getCurrentBindings()
context = json.loads(dbutils.notebook.entry_point.getDbutils().notebook().getContext().toJson())
job_param = run_parameters[key]