databricks-cli/libs/dyn/dynvar
Gleb Kanterov 036061f8b5
[Python] Reformat variable regex (#2484)
## Changes
Reformat variable regex in Python code to follow Golang. The effective
regex is not changed.

## Why
We need to keep both regexes in sync.

## Tests
Using existing tests and manually inspecting resulting regex.
2025-03-13 14:12:37 +00:00
..
lookup.go Add `dynvar` package for variable resolution with a `dyn.Value` tree (#1143) 2024-01-24 18:49:06 +00:00
lookup_test.go Define `dyn.Mapping` to represent maps (#1301) 2024-03-25 11:01:09 +00:00
ref.go [Python] Reformat variable regex (#2484) 2025-03-13 14:12:37 +00:00
ref_test.go Added support for double underscore variable references (#2203) 2025-01-29 13:38:28 +00:00
resolve.go Track multiple locations associated with a `dyn.Value` (#1510) 2024-07-16 11:27:27 +00:00
resolve_test.go Added support for complex variables (#1467) 2024-06-26 10:25:32 +00:00