product · inferred from evidence
dbt-core
The core component of the dbt tool.
- Fix dbt-trino 'found two models with the name' compilation error
Every `dbt run --models +MY_MODEL+` died with `Compilation Error: dbt found two models with the name` on dbt-core 1.5.0. It is not a dbt-trino problem: the fix is `pip install dbt-core==1.5.2`, which is the release the dbt-trino maintainer
- Upgrading to dbt-core 1.8 breaks adapter installation
What this covers: Upgrading from dbt below 1.8 to dbt-core 1.8+ failed during install, because 1.8 split the adapter code out into the separate `dbt-adapters` package. The fix that worked: dbt-core 1.8 moved adapter code into the separate `