cli icon indicating copy to clipboard operation
cli copied to clipboard

Databricks CLI

Results 321 cli issues
Sort by recently updated
recently updated
newest added

### Describe the issue When running `databricks sync` without any flags, I only get back `Error: flag: help requested` instead of a helpful message on what flags to provide (I...

Bug
good first issue
CLI

### Describe the issue Have * Databricks with Unity Catalog in Azure * Have a Azure Storage Account with container Try to create a `read_only` external location with a Azure...

CLI

## Changes Added integration test for Spark Jar tasks ## Tests Still fails with error ``` Library from /Workspace is not allowed on non Unity Catalog cluster. ```

do-not-merge

> Downstream processes must render this themselves. This is too much coupling and leaks out the helpers that we define in cmdio and effectively turns them into a public API....

labs

### Describe the issue Cannot configure an auth profile with a cluster using `databricks auth login --host https://***.databricks.com --configure-cluster` when my workspace has multiple clusters with the same name. It...

Bug
good first issue
CLI
No Autoclose
auth

### Describe the issue The create cluster command failed to create the cluster because the instance type wasn't available in zone `us-east-1` The default zone should be auto (or the...

Enhancement
CLI

Spinner interferes with debug loggers. Not the end of the world, but it might sometimes be annoying. Potential solution: - perform all line writes to stderr via `chan string`

Enhancement
Tech Debt
CLI

Event though "download artifacts" is not part of MLflow REST API (because much of the logic is client-side), it is an important method that is part of the Python MLflow...

Enhancement

Despite the documentation noting `A cluster can be updated if it is in a RUNNING or TERMINATED state.` (see [here](https://github.com/databricks/cli/blob/main/docs/commands.md#databricks-clusters-edit---update-cluster-configuration)), when trying to update a cluster in terminated state via...

Bug
CLI

https://github.com/databricks/cli/pull/856 introduced target-level overrides for `sync`. It would also be useful to do the same for `include`, as this would make the `databricks.yml` much easier to read/manage and provide some...