You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Docker build: switch to uv and tighten dbt adapter lower bounds to >=1.8 (#2157)
* Switch Docker build to uv and tighten dbt adapter lower bounds to >=1.8
- Replace pip with uv in Dockerfile to avoid pip's resolution-too-deep error
- Bump dbt-core and all adapter lower bounds from >=0.20 to >=1.8 (pre-1.8 is EOL)
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
* Remove dbt-fabricspark from all extra (broken upstream: no installable version >=1.8)
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
* Pin uv version to 0.10.11 and merge into single RUN layer
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Itamar Hartstein <haritamar@gmail.com>
0 commit comments