databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Jobs API is missing update()

Open kasuteru opened this issue 3 years ago • 3 comments

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?

kasuteru avatar Nov 02 '22 09:11 kasuteru

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

pietern avatar Nov 02 '22 10:11 pietern

Or do you mean the update command is missing under the jobs subcommand?

pietern avatar Nov 02 '22 10:11 pietern

Or do you mean the update command is missing under the jobs subcommand?

Yes, exactly.

kasuteru avatar Nov 02 '22 14:11 kasuteru