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

Add support for: * Creating dbt tasks * Overriding `dbt_commands` when calling `run_now` * Running dbt job using `submit_run` Tested manually and added some unit tests.

Add back the `lineage` tests that were omitted when the `unity-catalog` commands were added in https://github.com/databricks/databricks-cli/pull/471.

Hi, - I'm using the community edition. - I installed the **CLI version 0.16.6** - may be related to #257 `databricks fs ls` is not returning all directories (FileStore, users,...

feature
dbfs

Added check for 'new_clusters' key so that the regular JSON payload for the reset endpoint is also accepted

- Python requests library automatically picks up `.netrc` configurations for authentication. (https://github.com/psf/requests/issues/2773) - This PR disables this behaviour to make it consistent with the docs (https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication) - The fix uses...

### Description * When using `databricks pipelines edit --pipeline-id "{{ pipeline_id }}" --settings dlt_tables/settings.json` I found that if you were to add or change the `clusters[].policy_id`, then it won't persist...

bug

Feature request Is it possible to make a command available that sets the head_commit_id without utilising a tag.

I search for documentation to setup auto-completion on the CLI and could not find any, so I'm assuming it hasn't been implemented? Auto completion makes CLIs so much easier to...