Skip to content

Commit f950ea8

Browse files
ci: pin dbt-fusion to preview.127 to avoid dict regression (#958)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Itamar Hartstein <haritamar@gmail.com>
1 parent b1c7a94 commit f950ea8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-warehouse.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ jobs:
141141
- name: Install dbt-fusion
142142
if: inputs.dbt-version == 'fusion'
143143
run: |
144-
curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s --
144+
# 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
145147
146148
- name: Install Elementary
147149
run: pip install "./elementary[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"

0 commit comments

Comments
 (0)