We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34330ec commit e36c5d7Copy full SHA for e36c5d7
.github/workflows/test-warehouse.yml
@@ -134,6 +134,7 @@ jobs:
134
if: inputs.dbt-version == 'fusion'
135
run: |
136
curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --update
137
+ ~/.local/bin/dbt system update --version 2.0.0-preview.30
138
139
- name: Install Elementary
140
run: pip install "./elementary[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"
0 commit comments