This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Conflicting macro definitions in directory macros/adapters #752
Answered
by
nicor88
JonathanCauchi
asked this question in
Q&A
|
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? |
Answered by
nicor88
Nov 2, 2024
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. |
0 replies
Answer selected by
JonathanCauchi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.
The issue is most likely related to the old athena package taking priority over dbt-athena-community.