mirror of https://github.com/databricks/cli.git
14abcb3ad7
## Changes This is the `dyn` counterpart to the `bundle/config/interpolation` package. It relies on the paths in `${foo.bar}` being valid `dyn.Path` instances. It leverages `dyn.Walk` to get a complete picture of all variable references and uses `dyn.Get` to retrieve values pointed to by variable references. Depends on #1142. ## Tests Unit test coverage. I tried to mirror the tests from `bundle/config/interpolation` and added new ones where applicable (for example to test type retention of referenced values). |
||
---|---|---|
.. | ||
lookup.go | ||
lookup_test.go | ||
ref.go | ||
ref_test.go | ||
resolve.go | ||
resolve_test.go |