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

## Changes - Add the `databricks apps logs NAME` command, including tail/follow/search/source/output-file flags wired via `cmdgroup`, file mirroring with 0600 perms, and validation against apps that lack a public URL....

## Changes - added `libs/cache` library with a proposed caching interface and a single implementation: `libs/cache/file_cache.go` - implemented basic caching method `GetOrCompute` - implemented background cleanup of old cache files...

## Why Having "config" is ambigous (what config?) and not correct since both parts of StructVar represent the same object, just different parts of it.

## Changes Adds direct deployment support for secret scopes. ### Mock Server Fix Fixed `libs/testserver/secret_scopes.go` to automatically grant MANAGE permission to the creator when a scope is created, matching real...

## Changes ## Why ## Tests

## Why Reduce waiting for merge queue.

The test was failing because not all cloud environments have a version "1" available for the model. Expanding the regex check to all integers should fix the failure. Failure diff:...

### Describe the issue No signed windows asset for version 0.277 ### Steps to reproduce the behavior Download the current release Inspect for signed windows asset - [databricks_cli_0.277.0_windows_arm64-signed.zip] ### Expected...

CLI

### Describe the issue Variable resolution in asset bundles only accepts "true"/"false" literals, while Azure Pipelines passes "True"/"False". ### Configuration Azure Pipelines sending boolean parameters to Asset Bundles' `/bundles/core/_transform.py:199-207`. ###...

DABs