databricks-cli/bundle/config/resources
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
..
grant.go Support Unity Catalog Registered Models in bundles (#846) 2023-10-16 15:32:49 +00:00
job.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
mlflow_experiment.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
mlflow_model.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
model_serving_endpoint.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
modified_status.go Add "bundle summary" command (#1123) 2024-01-25 11:32:47 +00:00
permission.go Add permissions block to each resource (#264) 2023-03-21 10:58:16 +01:00
pipeline.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
quality_monitor.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
registered_model.go Stop tracking file path locations in bundle resources (#1673) 2024-08-13 12:50:15 +00:00
schema.go Add resource for UC schemas to DABs (#1413) 2024-07-31 12:16:28 +00:00