Databricks job parameterization

Pragat
New Contributor

I am configuring an Databricks jobs using multiple notebooks having dependency with each other. All the notebooks are parameterized and using similiar parameters. How can i configure the parameter on global level so that all the notebooks can consume.

Aviral-Bhardwaj
Esteemed Contributor III

actually, it is very hard

but if you want to use an alternative option you have to change your code and use a widget feature of data bricks.

May be this is not a right option but you can still explore this doc for testing purpose

https://docs.databricks.com/notebooks/widgets.html

AviralBhardwaj