databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Encourage the use of root_path in production to ensure single deployment #1712

Open lennartkats-db opened 1 month ago

lennartkats-db commented 1 month ago

Changes

This updates mode: production to allow root_path to indicate uniqueness. Historically, we required run_as for this, which isn't actually very effective for that purpose. run_as also had the problem that it doesn't work for pipelines.

This is a cherry-pick from https://github.com/databricks/cli/pull/1387