Skip to content

Commit

Permalink
fix: dbutils params in other environments
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh-wednesday committed Nov 30, 2023
1 parent f54e629 commit d38ccb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ For Databricks job: Configure job parameters, then call them using ```dbutils.wi
spark, dbutils = cd.init_databricks()
```
This fucntions connects to your cloud running cluster.
Also note that the ```dbutils.widgets.get(param_name)``` method only works in databricks jobs, so for other environments you have to load the keys directly or use an abstraction method like ```load_env()```
5. Just run on the local IDE to develop & test.
Expand Down

0 comments on commit d38ccb9

Please sign in to comment.