cli
cli copied to clipboard
Databricks CLI
``` Error: default auth: databricks-cli: cannot get access token: Error: token refresh: oauth2: "invalid_request" "Refresh token is invalid" ``` In this scenario, we should probably pop-up the U2M flow again...
## Changes This PR refines the experimental SQL template based on (the upcoming) multi-statement support.
### Describe the issue I am trying to deploy a DAB that creates a new job cluster using the policy id for the [Job Compute](https://learn.microsoft.com/en-us/azure/databricks/administration-guide/clusters/policy-families#job-compute) policy. The Job Compute policy...
## Changes Provide a flag on auth commands that allows binding the OAUTH redirec…t address to a port rather than an address, allowing binding to public IP addresses rather than...
### Describe the issue On Linux, you must download a zip file to the local filesystem before unzipping it. With stream formats like tar and gzip you can extract while...
## Changes Allow setting the token cache directory without modifying HOME env via the DATABRICKS_TOKEN_CACHE_DIR env var. Previously, there was no way to set the location of the token cache...
## Changes Adds a Dockerfile and creates amd64 and arm64 Docker images as part of goreleaser build. Adds a Makefile target that allows release testing locally to ensure that the...
## Description Databricks Asset Bundle configuration does not recognize `cluster_mount_info` as a valid field name, so you cannot provision job clusters with it. ```yaml jobs: my_job: job_clusters: - job_cluster_key: cluster...
When deploying with the Databricks Asset Bundle (DAB), Terraform plan and apply are internally executed. Is there any plan to support an option that allows users to directly view this...
Hello, I am trying to deploy Asset Bundles using the Databricks CLI (I have the CLI v0.208.3 installed inside a Docker container as well a Terraform v1.7.4 - I also...