Conflicting macro definitions in directory macros/adapters #752
-
Hi all, I'm working on configuring dbt with AWS Athena. It seems that the profiles.yml configuration is successful as all checks pass after running dbt debug. However, when performing a dbt run. I get this issue:
When I remove one conflicting macro, it mentions another macro in a different file. I suspect it has something to do with the dependency versions. The following are the dependency versions I'm working with:
Could anyone assist? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like that you have an old version of dbt-athena installed (0.0.5). Please disinstall that, and keep only dbt-athena-community 1.8.4. |
Beta Was this translation helpful? Give feedback.
Looks like that you have an old version of dbt-athena installed (0.0.5). Please disinstall that, and keep only dbt-athena-community 1.8.4.
The issue is most likely related to the old athena package taking priority over dbt-athena-community.