Commit 663e4d9
fix(ingestion): pin dbt-extractor>=0.5.0 to keep ARM resolver off sdist (#27777)
Pre-0.5 dbt-extractor wheels skip cp310-manylinux_2_17_aarch64. When pip
backtracks dbt-core into the 1.0-1.6 range on ARM runners, it lands on
dbt-extractor 0.4.x and tries to build from sdist, requiring a Rust/Cargo
toolchain we don't ship. 0.5+ ships cp38-abi3 wheels for all platforms.
Floor only — future upgrades pass through unchanged.
Co-authored-by: IceS2 <pablo.takara@getcollate.io>1 parent 0bd108b commit 663e4d9
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
0 commit comments