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
Andrew Nester
b28432afed
Add `--key` flag for generate commands to specify resource key ( #1165 )
...
## Changes
Add --key for generate commands to specify resource key.
Also, resource config files are now not prefixed anymore.
## Tests
Integration tests passed
---------
Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
2024-01-31 10:23:35 +00:00
Andrew Nester
f269f8015d
Added `bundle generate pipeline` command ( #1139 )
...
## Changes
Added `bundle generate pipeline` command
Usage as the following
```
databricks bundle generate pipeline --existing-pipeline-id f3b8c580-0a88-4b55-xxxx-yyyyyyyyyy
```
## Tests
Manually + added E2E test
2024-01-25 11:35:14 +00:00