databricks / cli

Databricks CLI
Other
115 stars 39 forks source link

Add tracking of YAML locations for bundle configuration #1503

Closed shreyas-goenka closed 1 week ago

shreyas-goenka commented 1 week ago

Changes

This PR adds the capability to track the YAML locations of configuration pieces in dyn.Value

Tests

Unit tests and manually

shreyas-goenka commented 1 week ago

First use of this functionality: mutator to give warnings when conflicts occur https://github.com/databricks/cli/pull/1506

pietern commented 1 week ago

This PR is superseded by #1510.