cli icon indicating copy to clipboard operation
cli copied to clipboard

Databricks CLI

Results 321 cli issues
Sort by recently updated
recently updated
newest added

## Why Start tracking it today so that we can enforce that appropriate version of CLI is used in the future.

Stale

## Changes ## Why ## Tests

### Describe the issue The CLI treats file:// URIs in job libraries as local paths and attempts to validate they exist in the bundle directory, causing deployment to fail even...

DABs

Fixes: #2835 ## Changes Fixed handling of trailing directory separators in the `cp` command. When a target path ends with `/` or `\`, the command now validates that the directory...

I use DABs extensively to deploy resources into workspaces and manage CI/CD. My company has started exploring Genie Spaces and how to properly develop with them. There doesn't seem to...

Enhancement
DABs
No Autoclose

## Changes - Add a new top-level databricks query sql command wired to the Statement Execution API with table/JSON/CSV renderers and optional --result-file streaming. - Introduce libs/safety/sqlsafe for policy-based SQL...

### Problem statement I found 2 ways to overload existing approaches to run our pre-deploy hooks. However, I found no way to implement post deploy hooks in the asset bundle....

Enhancement
DABs
PyDABs

## Changes An initial exploration of a possible implementation of post deploy hooks based on the discussion in https://github.com/databricks/cli/issues/3801. Usage within databricks.yml: ```yaml python: post_deploy: - "resources:on_deploy_complete" ``` Implementation within...