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

Currently, the `access_control_list` parameter is supported by the [API](https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsCreate). The [`create_job`](https://github.com/databricks/databricks-cli/blob/d7a9987e168b5b218e8e0da6c766d0c91032bc77/databricks_cli/sdk/service.py#L36-L130) method does not support it. It'll be useful to add support for this parameter so that we can set...

We get the following message when creating a secret scope with an Azure keyvault back end in the CI. ``` { 'error_code': 'TEMPORARILY_UNAVAILABLE', 'message': 'Authentication is temporarily unavailable. Please try...

platform

Add more REST api functionality to the python SDK Issue #456

I find the output of `ls -l` a bit odd, especially modification_time is hard to read. So I wrote a small awk script to process the output to make it...

https://pypi.org/project/databricks-api/ I see that “submit_run” call is not having a way to provide the "access-controls" as of now, below are the only parameters supported: db.jobs.submit_run( run_name=None, existing_cluster_id=None, new_cluster=None, libraries=None, notebook_task=None,...

feature

There have been several instances where Windows users could not export their workspaces using CLI on Windows. This is because characters which are valid to be in directory names on...

bug
windows

Adds support for `--expand-tasks` and `--all` options in the `databricks runs list` command. From the Jobs API 2.1 [docs](https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsList): > expand_tasks: boolean (Default: false) | Whether to include task and...

This PR adds support for authentication using AAD tokens that could be obtained by different means: * using azure-cli's `az account get-access-token` * Service Principal - with client ID &...

feature

currently i'm just looping results of `fs ls` and appending results of command to the end of the root path before running the command again until i reach the file...

feature
dbfs

The callouts to `databricks.*` in `databricks_cli/sdk/service.py` should be removed.