We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c7a94 commit f950ea8Copy full SHA for f950ea8
1 file changed
.github/workflows/test-warehouse.yml
@@ -141,7 +141,9 @@ jobs:
141
- name: Install dbt-fusion
142
if: inputs.dbt-version == 'fusion'
143
run: |
144
- curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s --
+ # Pin to preview.127 — later versions (134+) regress dict .update()/.pop().
145
+ # See https://github.com/elementary-data/dbt-data-reliability/pull/956 for bisect details.
146
+ curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --version 2.0.0-preview.127
147
148
- name: Install Elementary
149
run: pip install "./elementary[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"
0 commit comments