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

Hi, the following command is missing the option of setting the "--format" flag for either options of ['DBC', 'SOURCE']. `databricks workspace export_dir --overwrite /Repos/test/databricks-test-repo ./` Is the expected behaviour the...

feature
notebooks

import_dir automatically picks up all .scala, .py, .sql, .r, .R, .ipynb file types. (https://docs.databricks.com/dev-tools/cli/workspace-cli.html). It'd be immensely convenient if we could specify a file extension type, e.g. .py only.

feature
UX
notebooks

Steps to reproduce: 1. create notebook with a "|" character in it in Databricks via the website, for example: "/Shared/sub-folder/sample|notebook" 2. run the following command locally: > databricks workspace export_dir...

bug
windows
notebooks

To use databricks in several projects from my development machine, I'm using profiles. However, it would be helpful if I could set an environment to change the profile that is...

feature
UX

It would be very useful for our customers (and us) to unify the options for different subcommands of databricks-cli. For example, `workspace import` takes both `-o` & `--overwrite`, but `fs...

feature
UX

Hi, using pip is very easy and simple. But I am trying to make a VDI where the users dont have normal internet acccess, only azure and some other internal...

feature
windows
UX

When launching a subprocess, some tools, like Terraform, expect STDOUT to be in JSON. Therefore, it would be very nice to have `--json` flag to optionally instruct CLI to give...

feature
UX

See the following error from using the databricks cli in an Azure DevOps Release Pipeline to import workspace directory: ```bash 2019-03-28T15:23:27.8595199Z ##[section]Starting: Deploy Notebooks 2019-03-28T15:23:27.8597863Z ============================================================================== 2019-03-28T15:23:27.8598126Z Task : Command...

feature
UX

Steps to replicate: - `pip install databricks-cli` - Run `databricks configure` in the terminal - Enter Host and Username correctly - Input password containing a percentage "%" symbol Note: I...

bug

Was not able to get any of the commands working until I upgraded from click 6.7 to click 7.1.2; for example, with click 6.7 I was getting: ```bash $ databricks...

bug