Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 10:56 PM
I think that option was disabled when the new job functionality was introduced.
There is only one jobs setting in the admin panel: "Task orchestration in Jobs"
To pass parameters into a job you can use the jobs API
(https://docs.microsoft.com/en-us/azure/databricks/jobs) or the CLI.
Or use notebook workflows, where you can run notebooks in parallel.
For the latter you are not using jobs, but jobs are just a way of scheduling notebooks (or jars).
This will also be the most transparent imo.