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

(Legacy) Command Line Interface for Databricks

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

If the person executing the following statement does not have a contributor or owner role on the target keyvault the following message gets reported. `databricks secrets create-scope --scope test-for-Marcin --scope-backend-type...

I am new to this API. I'm trying to connect to dbfs mounted files using the databricks_cli. So far, I have been able to get the successfule file_exists() status when...

Previously the `/api/2.0/groups/create` threw a `RESOURCE_ALREADY_EXISTS` if the group was already present (as per [docs](https://docs.databricks.com/dev-tools/api/latest/groups.html#create:~:text=This%20call%20returns%20an%20error%20RESOURCE_ALREADY_EXISTS%20if%20a%20group%20with%20the%20given%20name%20already%20exists.)). However, we now get ``` $databricks --profile DEV groups create --group-name 'testgroup1' { "group_name": "testgroup1"...

https://github.com/databricks/databricks-cli/blob/fd2ad70d1cbe03b587970a8f41d17004d453707c/databricks_cli/sdk/service.py#L919 It should be ```python def delete(self, path, recursive, headers=None): ``` otherwise code will give error

Hello, Most of the databricks-cli commands needs to specify the object id when using get/set/delete, which respects to the backend databricks api spec. As databricks-cli is designed to facilate raw...

I was trying to use the python secrets API to create a secret, but there is no mention anywhere (that I could found, at least) of the 'bytes_value'. File: https://github.com/databricks/databricks-cli/blob/main/databricks_cli/secrets/api.py...

The func fails if you don't provide both but the assertion fails if both are provided. Branch and tag could be optional params to resolve. Easy fix I guess :)...

Hello, When using `databricks fs` subcommand, we must add `dbfs:/` as path prefix, but to easy the operation (we often copy path starting from `/` from web or doc), could...

By using the CLI, is there a way to repair run the tasks which failed? I saw the REST API provide such a functionality, but I did not find it...

Unable to start databricks CLI on a Windows 11 machine with Python 3.10 installed. Any initialization command (databricks, databricks connect, etc.) results in the following error: `` Traceback (most recent...