Skip to content

Commit 3f39e4e

Browse files
committed
remove databricks limitation
1 parent 113af44 commit 3f39e4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ jobs:
121121
run: >
122122
pip install
123123
"dbt-core${{ inputs.dbt-version && format('=={0}', inputs.dbt-version) }}"
124-
# TODO: remove the <1.10.2 once we have a fix for https://github.com/elementary-data/elementary/issues/1931
125-
"dbt-${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks<1.10.2,') || inputs.warehouse-type }}${{ inputs.dbt-version && format('~={0}', inputs.dbt-version) }}"
124+
"dbt-${{ (inputs.warehouse-type == 'databricks_catalog') || inputs.warehouse-type }}${{ inputs.dbt-version && format('~={0}', inputs.dbt-version) }}"
126125
127126
- name: Install Elementary
128127
run: |

0 commit comments

Comments
 (0)