databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Rename `RootPath` -> `BundleRootPath` #1792

Closed pietern closed 3 days ago

pietern commented 3 days ago

Changes

After introducing the SyncRootPath field on the bundle (#1694), the previous RootPath became ambiguous. Does it mean the bundle root path or the sync root path? This PR renames to field to BundleRootPath to remove the ambiguity.

Tests

n/a