databricks-cli/libs/dyn/convert
Pieter Noordhuis a2a4948047
Allow use of variables references in primitive non-string fields (#1219)
## Changes

This change enables the use of bundle variables for boolean, integer,
and floating point fields.

## Tests

* Unit tests.
* I ran a manual test to confirm parameterizing the number of workers in
a cluster definition works.
2024-02-19 10:44:51 +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 Allow use of variables references in primitive non-string fields (#1219) 2024-02-19 10:44:51 +00:00
to_typed_test.go Allow use of variables references in primitive non-string fields (#1219) 2024-02-19 10:44:51 +00:00