cli
cli copied to clipboard
Databricks CLI
### Describe the issue If you copy email notification section from a successfully deployed job, it will look like this(switched to variables for email address): ```yaml email_notifications: on_failure: - ["${var.ALERT_EMAILS}"]...
## Changes If only key was defined for a job in YAML config, validate previously failed with segfault. This PR validates that jobs are correctly defined and returns an error...
## Changes This is one step toward removing the `path.Paths` struct embedding from resource types. Going forward, we'll exclusively use the `dyn.Value` tree for location information. ## Tests Existing unit...
## Changes This PR also fixes empty values variable overrides using the --var flag. Now, using `--var="my_variable="` will set the value of `my_variable` to the empty string instead of ignoring...
## Changes Using dynamic walk here removes the need to add validation when a new resource type is added. All resources will be automatically validated to have unique keys. ##...
## Changes Add `merge.Override` transform. It allows the override one `dyn.Value` with another, preserving source locations for parts of the sub-tree where nothing has changed. This is different from merging,...
### Describe the issue No filtering capabilities seems to be implemented when using the `databricks query-history list` command of the CLI despite the help suggesting otherwise. ### Steps to reproduce...
## Changes This adds a top-level IS_OWNER permission to help with collaborative deployment scenarios: - IS_OWNER is now accepted at the top level - Templates now include a top-level owner...
## Changes Support Lakehouse Monitoring in Bundles ## Testing Unit Tests
### Describe the issue When using `databricks auth login` for configuring an account configuration, if you do not specify https in the `--host` flag, it will be deemed as an...