cli
cli copied to clipboard
Databricks CLI
## Changes This adds diagnostics for collaborative (production) deployment scenarios, including: - Bob deploys a bundle that is normally deployed by Alice, but this fails because Bob can't write to...
### Describe the issue When running `databricks clusters start` for a cluster that is currently running the command fails with the message that the cluster is running. ### Steps to...
We are prefixing it here so cluster libs validation passes but maybe it's not required anymore https://github.com/databricks/cli/pull/1379/files/9f19ddc3d82b9e7df6ff84ca0370a2671dbd0c1f#diff-79351a04b84c950b37b9d7c108e10b1567733ddb24de1eb247b7599c1155fa3eR134
## Changes The `auth login` command today prefers a host URL / account-id specified in a profile before selecting the one explicitly provided by a user in the command line....
### Describe the issue Using a jupyter notebook on my macbook pro to build a databricks-cli build script. Other databricks-cli commands work fine using both the DEFAULT and ACCOUNT profiles....
### Describe the issue I don't know if this is a "classic" bug, or a improvement request. The fact is that databricks-cli fails to recover the token from the configuration...
I want the ability to ignore certain files in databricks using some file like `.databricksignore` It will ignore importing files and directories that are mentioned in it. It is kinda...
### Describe the issue It would be nice to have support the for the [XDG directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). That means basically moving `$HOME/.databricks/` to `${XDG_DATA_HOME:-$HOME/.local/share}/databricks/` and `$HOME/.databrickscfg` to `${XDG_CONFIG_HOME:-$HOME/.config}/databrickscfg` for Linux...
## Changes Adding Support for Complex Types in Bundle Variables. https://github.com/databricks/cli/issues/1298 ## Tests Using existing testing pattern with dummy databricks.yml files
### Describe the issue Azure databricks customer is trying to run [databricks secrets create-scope --json $json -p $Workspace] faced Error: Unable to grant read/list permission to Databricks service principal to...