โ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.
โ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.
โ02-21-2025 05:40 AM
Thanks Alberto, for looking into it !
โ02-27-2025 12:10 AM
@Alberto_Umana , did you check internally ?
โ02-24-2025 05:17 AM
@Alberto_Umana , did you find anything ?
โ02-24-2025 07:57 AM
For me it is working at 15.4 LTS (includes Apache Spark 3.5.0, Scala 2.12)
โ02-27-2025 12:08 AM
@Pawan1979 , are you using Scala or pyspark ?
I am using pyspark, and it is not working.
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now