We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb3ad4 commit 40c51b2Copy full SHA for 40c51b2
1 file changed
scripts/deploy-databricks-delta.sh
@@ -55,6 +55,6 @@ bundle_args=(
55
56
(
57
cd "$bundle_root"
58
- databricks bundle validate -p "$profile" -t "$target" "${bundle_args[@]}"
+ DATABRICKS_BUNDLE_ENGINE="$bundle_engine" databricks bundle validate -p "$profile" -t "$target" "${bundle_args[@]}"
59
DATABRICKS_BUNDLE_ENGINE="$bundle_engine" databricks bundle deploy -p "$profile" -t "$target" "${bundle_args[@]}"
60
)
0 commit comments