Update jobs parameter, when running, from API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 01:01 AM - edited 01-25-2024 01:06 AM
Hi,
When a Job is running, I would like to change the parameters with an API call.
I know that I can set parameters value from API when I start a job from API, or that I can update the default value if the job isn't running, but I didn't find an API call to update parameters value mid run.
Do someone knows if it is possible with Databricks API, or I have to create a custom API?
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 06:26 AM
No, there is currently no option to change parameters while the job is running, from the UI you will be able to modify them but it wont affect the current run, it will be applied on the new job runs you trigger.

