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

(Legacy) Command Line Interface for Databricks

Results 146 databricks-cli issues
Sort by recently updated
recently updated
newest added

> **Databricks recommends that you use newer Databricks CLI versions 0.200 and above instead of legacy Databricks CLI versions 0.17 and below (located in this repository). You can find the...

I would like to get secret value by using this databricks-cli repository. But currently there are not such a method and API. https://github.com/databricks/databricks-cli/blob/main/databricks_cli/secrets/api.py I have checked api doc and seems...

When running the Databricks CLI Python library in Azure CI/CD using the following command: `databricks workspace import_dir ./PowerBI /PowerBI The command fails with an error message: AttributeError: type object 'Retry'...

![image](https://github.com/databricks/databricks-cli/assets/17546189/32213c2a-e00e-4998-a579-525949204645) Does it make sense to have this limitation on import_dir? ![image](https://github.com/databricks/databricks-cli/assets/17546189/c4859a3f-cfe0-4b37-a06b-c52381116f38) With [this](https://www.databricks.com/blog/securing-databricks-cluster-init-scripts) known vulnerability, I want to include in pipeline the upload of a folder with init scripts...

Hi. After creating SP for my DBR workspace and running a pipeline I got an error that Workspace/my-folder is not accessible for the SP. Is there any function that allows...

Implemented a [list of pipeline events](https://docs.databricks.com/api/workspace/pipelines/listpipelineevents) and [get pipeline update](https://docs.databricks.com/api/workspace/pipelines/getupdate) methods.

See Issue #648 for details. I added the `AUTO` format since that's allowed by the API and downgraded `language` to an optional argument.

We use Databricks on Azure and have a few init scripts that are automatically deployed using Azure releases. Following [this announcement](https://www.databricks.com/blog/securing-databricks-cluster-init-scripts) about vulnerabilities in init scripts, we decided to move...

We are running into an issue when uploading Python files using the method `import_workspace_dir` in the `WorkspaceApi` class. However, these files are not treated as Python source files, but as...

On the Databricks platform, it is possible to use regular python modules in Repos and Workspaces. It is even suggested by Databricks to use typical software engineering best practises. [Here](https://www.databricks.com/blog/2022/06/25/software-engineering-best-practices-with-databricks-notebooks.html)...