Commit 7a3f23d
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>
(cherry picked from commit 663e4d9)1 parent cb26118 commit 7a3f23d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
0 commit comments