Skip to content

Commit 40c51b2

Browse files
committed
fix: use direct engine for delta bundle validation
1 parent 9cb3ad4 commit 40c51b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-databricks-delta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ bundle_args=(
5555

5656
(
5757
cd "$bundle_root"
58-
databricks bundle validate -p "$profile" -t "$target" "${bundle_args[@]}"
58+
DATABRICKS_BUNDLE_ENGINE="$bundle_engine" databricks bundle validate -p "$profile" -t "$target" "${bundle_args[@]}"
5959
DATABRICKS_BUNDLE_ENGINE="$bundle_engine" databricks bundle deploy -p "$profile" -t "$target" "${bundle_args[@]}"
6060
)

0 commit comments

Comments
 (0)