dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
228 stars 100 forks source link

Remove the PyPI version of core that gets installed as a sidecar for internal PyPI #747

Closed mikealfare closed 1 month ago

mikealfare commented 1 month ago

Description

The PyPI version of dbt-core is colliding with main during the Cloud build. Remove it since we declare it explicitly in Cloud when loading all adapters.

Checklist