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

Right now it seems `databricks workspace import` commands only consider code files and require a language. However this makes things difficult for example if I have a project with notebooks...

When requesting `JUPYTER` output format, each of the language types properly export in `.ipynb` JSON format, but the file extensions are incorrect. I updated the `.to_extension` method to take an...

Hello, I'm trying to migrate our workspace over to Unity and only PYTHON files seem to export when I use the workspace Export tool (I tried DBC, HTML, and ZIP)....

The `databricks libraries` commands `list` and `cluster-status` (possibly others), supports specifying `--cluster-id` or `--cluster-name`, and either appears to work fine. However, the help text for `--cluster-name` appears to simply duplicate...

The current [databricks_cli.clusters.api.ClusterApi.get_cluster_ids_by_name() code](https://github.com/databricks/databricks-cli/blob/5c3879188322c0dfe94701db1ec8299bad7ccd5f/databricks_cli/clusters/api.py#L66) actually returns a list of clusters instead of cluster ids. Shouldn't the method be renamed to `get_clusters_by_name()` then?

Hi everyone, I am noting that, while it is possible to get unique ids for jobs and runs, it is currently not possible getting notebooks' ids from databricks-cli, neither from...

File ~\Miniconda3\envs\ray-aisdk\lib\http\client.py:930, in HTTPConnection._tunnel(self) 929 self.close() --> 930 raise OSError(f"Tunnel connection failed: {code} {message.strip()}") 931 while True: OSError: Tunnel connection failed: 407 Proxy Authentication Required I have set both http_proxy...

Please add cluster pin and unpin action to the CLI

Hello, I am trying to change an existing job settings using the cli but when I invoke the `reset_job` method I am getting this error: ```log Traceback (most recent call...

Hello, Is is possible to add support for updating individual settings with the `update_job` method: https://github.com/databricks/databricks-cli/blob/fd2ad70d1cbe03b587970a8f41d17004d453707c/databricks_cli/sdk/service.py#L257-L271 Currently, when I would like to update just the `schedule.pause_status` of a job using...