cli
cli copied to clipboard
Databricks CLI
### 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...
### 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...
## Changes Added integration test for Spark Jar tasks ## Tests Still fails with error ``` Library from /Workspace is not allowed on non Unity Catalog cluster. ```
> 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....
### 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...
### 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...
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`
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...
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...
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...