From d2d750c9f9f6be32ae71f6b0c5e0d41eb10f6fdf Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Wed, 18 Mar 2026 14:46:49 +0100 Subject: [PATCH] Mentioned bundle.engine in the doc --- docs/direct.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/direct.md b/docs/direct.md index 857a186d11..aabfc2373b 100644 --- a/docs/direct.md +++ b/docs/direct.md @@ -53,7 +53,12 @@ rm .databricks/bundle/my_target/resources.json ### Using on new bundles -For bundles that were never deployed, the migrate command will not work. Instead, deploy with an environment variable set: `DATABRICKS_BUNDLE_ENGINE=direct databricks bundle deploy -t my_target`. +For bundles that were never deployed, the migrate command will not work. To start using direct engine, you have two options: + +- Set bundle.engine OR targets.\*.engine to "direct" in your databricks.yml +- Set DATABRICKS_BUNDLE_ENGINE=direct env var before the deployment. + +If both are provided, the config takes precedence over the env var. ## Differences from terraform