mirror of https://github.com/databricks/cli.git
30dec59781
## Changes - Remove ResolveVariableReferencesInComplexVariables - it blocked complex-within-complex for no good reason. - Repeat regular resolution twice, it helps with a couple test cases we have. There may be a case for running it 3 times or more in a loop, but there is no test case for that, so this PR is simple incremental improvement. ## Tests Existing acceptance tests. Previously all unit tests for complex variables were converted to acceptance tests, to capture this change and ensure nothing breaks. |
||
---|---|---|
.. | ||
complex | ||
complex-simple | ||
complex-transitive | ||
complex-transitive-deeper | ||
complex-with-var-reference | ||
complex-within-complex | ||
complex_multiple_files | ||
empty | ||
env_overrides | ||
git-branch | ||
host | ||
resolve-builtin | ||
resolve-empty | ||
resolve-field-within-complex | ||
resolve-nonstrings | ||
resolve-vars-in-root-path | ||
vanilla | ||
variable_overrides_in_target | ||
without_definition |