You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just read the current job definition from the API using get_job(), change the fields you want to change, and post it back. 🤷♂️
I tried your suggestion but the approach does not seem to work for me. I tried to change the job's scheduler. I opened another issue to track that here #616
Hello,
Is is possible to add support for updating individual settings with the
update_job
method:databricks-cli/databricks_cli/sdk/service.py
Lines 257 to 271 in fd2ad70
Currently, when I would like to update just the
schedule.pause_status
of a job using this code:I am getting this error stating that I need to provide the other 2 "required" parameters of the
settings
block:I used databricks-cli==0.17.4 version when I got the above error
The text was updated successfully, but these errors were encountered: