Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 12:09 AM
I have a practical use case
three notebooks (pyspark ) all have one common parameter.
need to schedule all three notebooks in a sequence
is there any way to run them by setting one parameter value, as they are same in all.
please suggest the best way to do it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 02:17 AM
@Ramesh Kotha , in notebook get parameter like that:
my_parameter = dbutils.widgets.get("my_parameter")and set it in a task like that:
My blog: https://databrickster.medium.com/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 02:51 PM
Hi @Ramesh Kotha ,
Just a friendly follow-up. Did @Hubert Dudek response help you to resolve your questions/issue? Please let us know