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 dbc006b commit 568d64bCopy full SHA for 568d64b
1 file changed
.github/workflows/databricks-dab.yml
@@ -68,6 +68,13 @@ jobs:
68
echo "stack_env=prd" >> $GITHUB_OUTPUT
69
fi
70
71
+ - name: Pull Databricks provider
72
+ id: registry-pull
73
+ uses: stackql/stackql-exec@v2.2.3
74
+ with:
75
+ is_command: 'true'
76
+ query: "REGISTRY PULL databricks_account;"
77
+
78
# - name: Deploy Infrastructure with StackQL
79
# uses: stackql/stackql-deploy-action@v1.0.2
80
# with:
0 commit comments