Skip to content

Commit e68484d

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/databricks-ci.yml

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

4141
- name: Run and monitor workflow
4242
run: |
4343
echo "Starting workflow execution..."
4444
databricks bundle run demo_workflow --target dev
45-
echo"
45+
echo
46+
echo "Workflow execution completed"
4647
4748
- name: Cleanup PR deployment
4849
run: |

0 commit comments

Comments
 (0)