library · inferred from evidence
dbt-adapters
A separate package introduced in dbt-core 1.8 to hold adapter code, previously part of the monolithic dbt-core install.
- Upgrading to dbt-core 1.8 breaks adapter installation
dbt-core 1.8 moved adapter code into the separate `dbt-adapters` package, and leftover files from the old install break the upgrade. Fix: run `python -m pip uninstall -y dbt-adapters`, then `python -m pip install --upgrade dbt-core dbt-comm