I have configured the Databricks cli locally and able to connect to the Azure Databricks cluster. Link reference used for my workstation - git
- Below command list the jobs successfully with the id
$ databricks jobs list --profile dev
Say if I wanted to update only the schedule (cron expression) to a specific job which is already deployed in workspace, i don't see any option to do it using databricks CLI.
Note: In my case the the jobs are created using job definition json, is used to create the jobs in the cluster. This json doesn't have the schedule info to start with.
Is there are any options available to update only schedule, after the job is created or deployed in the workspace?
There is an option to run the command immediately, databricks jobs run-now
.
The REST API configuration https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsCreate