databricks / cli

Databricks CLI
Other
115 stars 39 forks source link

Add context type and value to path rewriting #1525

Closed pietern closed 6 days ago

pietern commented 6 days ago

Changes

For a future change where the inner rewriting functions need access to the underlying bundle, this change makes preparations.

All values were passed via the stack before and adding yet another value would make the code less readable.

Tests

Unit tests pass.