Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2021 02:22 AM
ok so passing in the values can be done with widgets.
But the notebook itself will run in parallel as it runs on spark.
So paralellism is already there.
If there is a reason you want to control the parallelism (which is the case I think), you will have to launch multiple instances of the notebook at once:
https://docs.databricks.com/notebooks/notebook-workflows.html