databricks-cli/cmd/bundle/generate
Andrew Nester 5aa89230e9
Use CreatePipeline instead of PipelineSpec for resources.Pipeline struct (#2287)
## Changes
`CreatePipeline` is a more complete structure (superset of PipelineSpec
one) which enables support of additional fields such as `run_as` and
`allow_duplicate_names` in DABs configuration. Note: these fields are
subject to support in TF in order to correctly work.

## Tests
Existing tests pass + no fields are removed from JSON schema
2025-02-07 17:22:51 +00:00
..
app.go Include help output for bundle commands in acceptance tests (#2178) 2025-01-17 14:52:53 +00:00
dashboard.go Include help output for bundle commands in acceptance tests (#2178) 2025-01-17 14:52:53 +00:00
dashboard_test.go Enable testifylint and fix the issues (#2065) 2025-01-02 12:03:41 +01:00
generate_test.go Enable testifylint and fix the issues (#2065) 2025-01-02 12:03:41 +01:00
job.go Include help output for bundle commands in acceptance tests (#2178) 2025-01-17 14:52:53 +00:00
pipeline.go Use CreatePipeline instead of PipelineSpec for resources.Pipeline struct (#2287) 2025-02-07 17:22:51 +00:00
utils.go Enable linter 'copyloopvar' and fix the issues (#2160) 2025-01-16 11:20:50 +00:00