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

The help text claims that the maximum number of runs listed with `runs list` with the `--limit` flag is 1000, ``` $ databricks runs list -h ... --limit INTEGER The...

Job ACLs do not get updated when using the Stack command. `databricks stack deploy $pathToConfig` The ACLs are deploy as expected when the job is first created, but further updates...

wontfix
jobs

Steps: ```console # databricks runs list WARN: Your CLI is configured to use Jobs API 2.0. In order to use the latest Jobs features please upgrade to 2.1: 'databricks jobs...

bug
jobs

CLI errors when trying to edit a cluster created from dbx. It should be possible to make changes to a cluster i created in the first place.

UX

Hi there I am using the _edit_cluster_ and _create_cluster_ methods and have noticed that the properties below are missing from both methods: - init_scripts - policy_id Please could these be...

feature
clusters

Hi folks, would you folks consider a PR to automatically publish a docker image as part of the travis build pipeline. I did a very similar PR for scala-steward, and...

feature
UX

Hi, I'm trying to use the Databricks jobs API (2.1) via this python sdk services here. Two pieces of functionality that exist in the REST api but don't seem to...

feature
jobs

Use case `databricks jobs run-script metastore-export.py` as equivalent for: ``` databricks workspace import metastore-export.py /tmp/metastore-export_$RANDOM --language python --overwrite # creating Spark Submit job - https://docs.databricks.com/dev-tools/api/latest/jobs.html#runs-submit # waiting for completion of...

feature
clusters

In the notebook, I can use `%fs ls dbfs:/` or `%sh ls /dbfs/` to see the directory: databricks-datasets However in cli, when I type `databricks fs ls` or `dbfs ls`,...

triage
dbfs

It doesn't seem there is a way to shutdown clusters from the clusters cli which would be nice to have from a programmatic standpoint.

feature
clusters