databricks-cli/bundle/internal/schema
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
..
testdata Allow yaml-anchors in schema (#2200) 2025-01-23 11:11:44 +00:00
annotations.go Autogenerated documentation for bundle config (#2033) 2025-01-29 12:14:21 +00:00
annotations.yml Use CreatePipeline instead of PipelineSpec for resources.Pipeline struct (#2287) 2025-02-07 17:22:51 +00:00
annotations_openapi.yml Use CreatePipeline instead of PipelineSpec for resources.Pipeline struct (#2287) 2025-02-07 17:22:51 +00:00
annotations_openapi_overrides.yml Use CreatePipeline instead of PipelineSpec for resources.Pipeline struct (#2287) 2025-02-07 17:22:51 +00:00
annotations_test.go Autogenerated documentation for bundle config (#2033) 2025-01-29 12:14:21 +00:00
main.go Use CreatePipeline instead of PipelineSpec for resources.Pipeline struct (#2287) 2025-02-07 17:22:51 +00:00
main_test.go Autogenerated documentation for bundle config (#2033) 2025-01-29 12:14:21 +00:00
parser.go Allow 'any' examples in JSON schema (#2289) 2025-02-06 19:27:55 +00:00