databricks-cli/bundle/tests/variables
Andrew Nester ca6332a5a4
Fixed complex variables are not being correctly merged from include files (#1746)
## Changes
Fixes an `Error: no value assigned to required variable <variable>.`
when the main complex variable definition is defined in one file but
target override is defined in separate file which is included in the
main one.

## Tests
Added regression test
2024-09-04 11:24:55 +00:00
..
complex Override complex variables with target overrides instead of merging (#1567) 2024-07-04 11:57:29 +00:00
complex_multiple_files Fixed complex variables are not being correctly merged from include files (#1746) 2024-09-04 11:24:55 +00:00
empty Fixed bundle not loading when empty variable is defined (#1552) 2024-07-02 12:40:39 +00:00
env_overrides Override variables with lookup value even if values has default value set (#1504) 2024-06-19 08:03:06 +00:00
vanilla First look for databricks.yml before falling back to bundle.yml (#580) 2023-07-18 12:16:34 +02:00
variable_overrides_in_target Fix variable overrides in targets for non-string variables (#1397) 2024-04-25 11:21:10 +00:00
without_definition Initialize variable definitions that are defined without properties (#966) 2023-11-08 11:01:14 +00:00