databricks-cli/bundle/config/interpolation
shreyas-goenka 9b06095e47
Add support for multiple level string variable interpolation (#342)
## Changes
Traverses the variables referred in a depth first manner to resolve
string fields.
Errors out if a cycle is detected

## Tests
Manually and unit/blackbox tests
2023-04-20 01:13:33 +02:00
..
interpolation.go Add support for multiple level string variable interpolation (#342) 2023-04-20 01:13:33 +02:00
interpolation_test.go Add support for multiple level string variable interpolation (#342) 2023-04-20 01:13:33 +02:00
lookup.go Allow multiple lookup functions for interpolation (#128) 2022-12-12 10:48:52 +01:00
lookup_test.go Allow multiple lookup functions for interpolation (#128) 2022-12-12 10:48:52 +01:00
setter.go Parameterize interpolation function (#117) 2022-12-01 22:38:49 +01:00