databricks-cli/bundle/internal/schema/testdata/fail
shreyas-goenka 0da17f6ec6
Add default value for `volume_type` for DABs (#1952)
## Changes

The Unity Catalog volumes API requires a `volume_type` argument when
creating volumes. In the context of DABs, it's unnecessary to require
users to specify the volume type every time. We can default to "MANAGED"
instead.

This PR is similar to https://github.com/databricks/cli/pull/1743 which
does the same for dashboards.

## Tests
Unit test
2024-12-04 11:05:54 +00:00
..
basic.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
deprecated_job_field_format.yml Remove deprecated or readonly fields from the bundle schema (#1809) 2024-10-07 15:13:42 +00:00
hidden_job_field_deployment.yml Remove deprecated or readonly fields from the bundle schema (#1809) 2024-10-07 15:13:42 +00:00
hidden_job_field_edit_mode.yml Remove deprecated or readonly fields from the bundle schema (#1809) 2024-10-07 15:13:42 +00:00
incorrect_volume_type.yml Add default value for `volume_type` for DABs (#1952) 2024-12-04 11:05:54 +00:00
invalid_enum_value_in_job.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
invalid_enum_value_in_model.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
invalid_reference_in_job.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
invalid_reference_in_model.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
readonly_job_field_git_snapshot.yml Remove deprecated or readonly fields from the bundle schema (#1809) 2024-10-07 15:13:42 +00:00
readonly_job_field_job_source.yml Remove deprecated or readonly fields from the bundle schema (#1809) 2024-10-07 15:13:42 +00:00
required_field_missing_in_job.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
unknown_field_in_job.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
unknown_field_in_model.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00
unknown_top_level_field.yml Add end to end integration tests for bundle JSON schema (#1726) 2024-09-11 09:15:56 +00:00