databricks-cli/libs/dyn/convert
Andrew Nester f69b70782d
Handle alias types for map keys in toTyped conversion (#1232)
## Changes
Handle alias types for map keys in toTyped conversion

## Tests
Added an unit test
2024-02-22 15:17:43 +00:00
..
end_to_end_test.go Fix dynamic representation of zero values in maps and slices (#1154) 2024-01-31 14:25:13 +00:00
error.go Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
from_typed.go Allow use of variables references in primitive non-string fields (#1219) 2024-02-19 10:44:51 +00:00
from_typed_test.go Allow use of variables references in primitive non-string fields (#1219) 2024-02-19 10:44:51 +00:00
normalize.go Allow use of variables references in primitive non-string fields (#1219) 2024-02-19 10:44:51 +00:00
normalize_test.go Allow use of variables references in primitive non-string fields (#1219) 2024-02-19 10:44:51 +00:00
struct_info.go Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
struct_info_test.go Rename libs/config -> libs/dyn (#1086) 2023-12-22 13:20:45 +00:00
to_typed.go Handle alias types for map keys in toTyped conversion (#1232) 2024-02-22 15:17:43 +00:00
to_typed_test.go Handle alias types for map keys in toTyped conversion (#1232) 2024-02-22 15:17:43 +00:00