Accessing Job parameters using cluster v15.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:34 AM
After upgrading databricks cluster to version 15.4, is there any way to access job parameters in notebook except the following way ?
dbutils.widgets.get("parameter_name")
In v15.4, dbutils.notebook.entry_point.getCurrentBindings() has been discontinued.
- Labels:
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:38 AM
Hi @data_mifflin - Unfortunately I could not find any other way than: dbutils.widgets.get("parameter_name") but let me check internally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:40 AM
Thanks Alberto, for looking into it !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@Alberto_Umana , did you check internally ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@Alberto_Umana , did you find anything ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
For me it is working at 15.4 LTS (includes Apache Spark 3.5.0, Scala 2.12)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@Pawan1979 , are you using Scala or pyspark ?
I am using pyspark, and it is not working.

