Skip to content

Commit 03f952a

Browse files
committed
test with dbt-databricks==1.10.1
1 parent 66406b0 commit 03f952a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ jobs:
125125
"dbt-core${{ inputs.dbt-version && format('=={0}', inputs.dbt-version) }}"
126126
"dbt-${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}${{ inputs.dbt-version && format('<={0}', inputs.dbt-version) }}"
127127
128+
- name: Downgrade dbt-databricks for dbt 1.9+
129+
if: inputs.warehouse-type == 'databricks_catalog' && (inputs.dbt-version == '' || inputs.dbt-version >= '1.9.0')
130+
run: pip install "dbt-databricks==1.10.1"
131+
128132
- name: Install Elementary
129133
run: |
130134
pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)