databricks-cli/libs/dyn/yamlsaver
Andrew Nester e474948a4b
Generate correct YAML if custom_tags or spark_conf is used for pipeline or job cluster configuration (#1210)
These fields (key and values) needs to be double quoted in order for
yaml loader to read, parse and unmarshal it into Go struct correctly
because these fields are `map[string]string` type.

## Tests
Added regression unit and E2E tests
2024-02-15 15:03:19 +00:00
..
order.go Added `databricks bundle generate job` command (#1043) 2024-01-17 14:26:33 +00:00
order_test.go Added `databricks bundle generate job` command (#1043) 2024-01-17 14:26:33 +00:00
saver.go Generate correct YAML if custom_tags or spark_conf is used for pipeline or job cluster configuration (#1210) 2024-02-15 15:03:19 +00:00
saver_test.go Generate correct YAML if custom_tags or spark_conf is used for pipeline or job cluster configuration (#1210) 2024-02-15 15:03:19 +00:00
utils.go Added `databricks bundle generate job` command (#1043) 2024-01-17 14:26:33 +00:00
utils_test.go Added `databricks bundle generate job` command (#1043) 2024-01-17 14:26:33 +00:00