cli
cli copied to clipboard
Databricks CLI
## Changes This PR adds a notebook we can use to easily run and iterate on DBR tests. ## Why Simplifies the test setup and makes it easy to debug...
### Describe the issue In the databricks UI, I have the possibility to overwrite parameters of a task, even if these are configured in a previous task in the databricks.yml....
There's a closed feature request on the YAML repo to support the merging of "sequences" or lists using YAML anchors, and according to [this comment](https://github.com/yaml/yaml/issues/35#issuecomment-270271980) it would be on proprietary...
### Describe the issue Job triggers a normal pipeline run upon job selection after this command "databricks bundle run --validate-only" . ### Steps to reproduce the behavior Please list the...
### Describe the issue [Documentation](https://docs.databricks.com/aws/en/dev-tools/bundles/resources#cluster) states that When set to true, fixed and default values from the policy will be used for fields that are omitted. When set to false,...
## Changes Add apps support for DABs for Python ## Why Apps are very much needed for DABs. ## Tests Tests are provided in the experimental/python folder.
# Example how to use a later TF version in a Docker build. ## Prerequisites - Go 1.25+ installed - Docker installed ## Steps ### 1. Build the CLI binary...
## Tests New regression tests. Without this PR they fail at 'bundle deploy' with: ``` Error: terraform apply: exit status 1 Error: cannot create permissions: at least one type of...