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

### Describe the issue When creating a new notebook, the default base environment is correctly applied. However, when deploying a Asset Bundle, the notebooks do not have the base environment...

DABs

## Summary This PR: 1. Adds a new flag to the acceptance test framework that allows regenerating `out.test.toml` configuration files without running the actual tests, making it much faster to...

## Changes - Add a new `experimental_is_unified_host` flag to auth commands and persist it in profiles - Prompt for optional Workspace ID when logging in to a unified host. Depends...

## Changes Handle data_security_mode aliases for clusters ## Why To be in line with TF provider behaviour, we skip diff if it's just a change of the alias https://github.com/databricks/terraform-provider-databricks/blob/main/clusters/resource_cluster.go#L109-L117 ##...

## Changes Updates the Go SDK dependency to 0.90

### Describe the issue The `sync: include:` configuration of asset bundles don't respect leading slash `/` as .gitignore does: From git docs (my highlight): * The slash "/" is used...

Bug
DABs
No Autoclose

Bumps [github.com/quasilyte/go-ruleguard/dsl](https://github.com/quasilyte/go-ruleguard) from 0.3.22 to 0.3.23. Commits 53ee6ef make Import() function more module-aware with v%d support 7513f50 add ImportAs method 5757289 fix: update min Go version (#481) fbdfc93 Bump x/tools...

Dependencies
go

We are currently using Makefiles to gather all common commands that we could run in a given project, but given that one can run scripts defined in a databricks asset...

### Describe the issue A schema validation error occurs in VSCode (showing syntax errors) in the databricks.yml file when a resource is partially overridden in a target. Specifically, if only...

DABs
Stale