databricks-cli/bundle/config/mutator/python
shreyas-goenka 37b9df96e6
Support multiple paths for diagnostics (#1616)
## Changes
Some diagnostics can have multiple paths associated with them. For
instance, ensuring that unique resource keys are used across all
resources. This PR extends `diag.Diagnostic` to accept multiple paths.

This PR is symmetrical to
https://github.com/databricks/cli/pull/1610/files

## Tests
Unit tests
2024-07-25 15:16:27 +00:00
..
log_writer.go Add ApplyPythonMutator (#1430) 2024-06-20 08:43:08 +00:00
python_diagnostics.go Support multiple paths for diagnostics (#1616) 2024-07-25 15:16:27 +00:00
python_diagnostics_test.go Support multiple paths for diagnostics (#1616) 2024-07-25 15:16:27 +00:00
python_mutator.go PythonMutator: allow insert 'resources' and 'resources.jobs' (#1555) 2024-07-03 08:33:23 +00:00
python_mutator_test.go Support multiple locations for diagnostics (#1610) 2024-07-23 17:20:11 +00:00