Pieter Noordhuis
Pieter Noordhuis
This was fixed in #148 and #167. Thanks for reporting.
This was fixed in #148 and #167.
I spent some time on this issue and found the following: The library schema is a set type. When TF performs comparison of a resource to determine 1) if it...
The urllib issue you mention has been fixed in a new patch release we published just now (version 0.17.7). As for your other comment; do you mean SQL notebooks? Queries...
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?
Thanks for posting the issue. Regarding your concern: AFAIK it is possible to configure per-user environment variables on Windows (under User Accounts). You need admin access only to set system-wide...
Thanks for submitting the PR. I'm hesitant to merge this because: 1. It might break existing users who happened to have a path component in their host parameter 2. It...
How do you authenticate the CLI? The command is supposed to write a key `jobs-api-version` at the right profile in your `~/.databrickscfg`. If you authenticate with environment variables it may...
Thanks, @jim-minter. I merged your change in #167 after adding backwards compat for older distributions.