cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Widgets - Way to validate config parameters

Digan_Parikh
Valued Contributor

Can you use widgets to validate config parameters for notebooks?

1 ACCEPTED SOLUTION

Accepted Solutions

Digan_Parikh
Valued Contributor

For example:

folder = dbutils.widgets.get("Folder")
if folder == "":
    raise Exception("Folder missing")

or to get spark settings you can use:

spark.conf.get("my_property")

Learn more about them here - https://docs.databricks.com/notebooks/widgets.html

View solution in original post

1 REPLY 1

Digan_Parikh
Valued Contributor

For example:

folder = dbutils.widgets.get("Folder")
if folder == "":
    raise Exception("Folder missing")

or to get spark settings you can use:

spark.conf.get("my_property")

Learn more about them here - https://docs.databricks.com/notebooks/widgets.html

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.