Skip to content

Commit 8354a8b

Browse files
committed
Remove DB Warehouse
1 parent e783c62 commit 8354a8b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/databricks-ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,14 @@ jobs:
3636
echo "token = ${{ secrets.DEPLOY_NOTEBOOK_TOKEN }}" >> ~/.databrickscfg
3737
3838
- name: Validate bundle
39-
run: databricks bundle validate --var="environment=${{ env.DEPLOY_ENV }}"
39+
run: databricks bundle validate"
4040

4141
- name: Run and monitor workflow
4242
run: |
4343
echo "Starting workflow execution..."
44-
databricks bundle run demo_workflow --target dev --var="environment=${{ env.DEPLOY_ENV }}"
45-
46-
- name: Run and monitor production workflow
47-
run: |
48-
echo "Starting production workflow execution..."
49-
databricks bundle run demo_workflow --target dev --var="environment=${{ env.DEPLOY_ENV }}"
44+
databricks bundle run demo_workflow --target dev
45+
echo"
5046
5147
- name: Cleanup PR deployment
5248
run: |
53-
databricks bundle destroy --target dev --var="environment=${{ env.DEPLOY_ENV }}" || true
49+
databricks bundle destroy --target dev || true

0 commit comments

Comments
 (0)