fix(ci): root-cause the dbt --version regex mismatch in setup-versions.sh
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 68/100
Research direction
Start with packages/dbt-tools/test/e2e/setup-versions.sh, especially the dbt --version parsing around lines 63, 74, and 84, and compare it with the main CI workflow's dbt-tools E2E job. Reproduce or inspect the pinned dbt build's --version output to see why grep no longer matches. Done means the regex or version check is corrected so CI records a real dbt version instead of relying on unknown.
Written by the indexing model from the issue text.
Description
Found during v0.11.0-beta.1 release review (Tech Lead). The main CI workflow's dbt-tools E2E job had been red since ~2026-08-23 (40+ runs): packages/dbt-tools/test/e2e/setup-versions.sh line 84 ran dbt --version | grep -oE 'installed: ...' with no || echo unknown fallback (unlike lines 63/74), so under set -euo pipefail a no-match killed the whole script mid-run and the actual E2E tests never ran. v0.11.0-beta.1 adds the missing fallback to un-break CI. Remaining work: root-cause WHY the regex stopped matching (did the pinned dbt build change its --version output format?), so unknown doesn't quietly become permanent.
- Dominant language
- TypeScript
- Stars
- 813
- Forks
- 134
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 65
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from AltimateAI/altimate-code
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
AltimateAI/altimate-code#1359 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
AltimateAI/altimate-code#1323 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
AltimateAI/altimate-code#1288 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
AltimateAI/altimate-code#1285 ·
-
privacy: Altimate Base consent dialog no longer discloses persistent per-installation identifier Open
Difficulty 1/5 Under an hour Newbie friendliness 88/100
AltimateAI/altimate-code#1284 ·
All issues in AltimateAI/altimate-code
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
bcgov/bc-wallet-mobile#4761 · 1 comment ·
-
external-issue to-triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
refactor
Difficulty 2/5 1-3 hours Newbie friendliness 84/100