Skip to content

Commit 0d4ef9d

Browse files
author
Facundo Sentena
committed
fix on bundle validate
1 parent 85a8bee commit 0d4ef9d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/databricks-asset-bundle-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050

5151
- name: Validate bundle
5252
run: |
53-
databricks bundle validate
53+
databricks bundle validate -t dev \
54+
--var="cluster_id=${{ secrets.DATABRICKS_CLUSTER_ID }}" \
55+
--var="catalog_name=${{ secrets.UC_CATALOG }}" \
56+
--var="devs_group=${{ secrets.DEVS_GROUP }}"
5457
5558
- name: Deploy bundle
5659
run: |

0 commit comments

Comments
 (0)