databricks-cli/bundle/config/validate
shreyas-goenka 7ae80de351
Stop tracking file path locations in bundle resources (#1673)
## Changes
Since locations are already tracked in the dynamic value tree, we no
longer need to track it at the resource/artifact level. This PR:
1. Removes use of `paths.Paths`. Uses dyn.Location instead.
2. Refactors the validation of resources not being empty valued to be
generic across all resource types.
  
## Tests
Existing unit tests.
2024-08-13 12:50:15 +00:00
..
all_resources_have_values.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
files_to_sync.go Support multiple paths for diagnostics (#1616) 2024-07-25 15:16:27 +00:00
job_cluster_key_defined.go Support multiple paths for diagnostics (#1616) 2024-07-25 15:16:27 +00:00
job_cluster_key_defined_test.go Added validate mutator to surface additional bundle warnings (#1352) 2024-04-18 15:13:16 +00:00
unique_resource_keys.go Use dynamic walking to validate unique resource keys (#1614) 2024-07-29 13:04:02 +00:00
validate.go Support multiple locations for diagnostics (#1610) 2024-07-23 17:20:11 +00:00
validate_sync_patterns.go Added test for negation pattern in sync include exclude section (#1637) 2024-07-31 13:42:23 +00:00