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

Allows installation of wheels onto databricks clusters by using standard Python setuptools framework - through setup.py distutils.command entry point. E.g. ``` python setup.py databricks_install --cluster-id abcd --databricks-cli-profile staging ``` will...

Adds the following commands which forward to the `/dbfs-async` endpoint added in https://github.com/databricks/universe/pull/51985 ``` (db_cli_env) adrian@x1e:~/dev/databricks-cli$ db fs async rm Usage: databricks fs async rm [OPTIONS] COMMAND [ARGS]... Remove files...

* add new function to get all profiles from config * add and register new cmd group profiles * add new test module for the cmd group

UX

This is the smallest patch I could come up with to allow for this to build in Docker. This addresses issue #166. Both _click_ and _tabulate_ are imported in the...

To follow up on [Issue 166](https://github.com/databricks/databricks-cli/issues/166), the current Dockerfile fails to build as the tests do not pass. I have made the following changes and it now builds (and runs...

We should hide the token from the console during configuration for security purposes.

LGTM

This is a low-priority / relatively minor ask - right now, I can see available Databricks CLI profiles and understand what workspaces they correspond to by looking at my ~/.databrickscfg...

feature

There's repetition of the same set of click option annotations before command functions. They can be generalized into a couple helper functions in `databricks_cli/utils`.

feature