databricks-cli
databricks-cli copied to clipboard
Jobs API is missing update()
The following functionality seems to be missing from the jobs API:
https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsUpdate
Any reason why this is not implemented?
Perhaps you're on an older version of the package.
It's available here: https://github.com/databricks/databricks-cli/blob/701959037eac5fa6f168f47af546545609db116e/databricks_cli/sdk/service.py#L257-L271
Or do you mean the update command is missing under the jobs subcommand?
Or do you mean the update command is missing under the jobs subcommand?
Yes, exactly.