-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbt found two macros named "set_table_classification" in the project "dbt_athena". #103
Comments
I only opened this bug for the benefit of anyone who might run into this in the future. I don't think there is much the I am hence closing it. |
@mrshu Thanks for this, actually might make sense to add this to the Readme? A small section that says that if dbt-athena-adapter is already installed, must be disinstalled to avoid conflicts. |
@nicor88 sure, that would make sense. Let me try to put together a quick PR 🙂 |
* Add a quick note on avoiding the conflict with `dbt-athena-adapter`. * Fixes dbt-labs#103 Signed-off-by: mrshu <[email protected]>
* Add a quick note on avoiding the conflict with `dbt-athena-adapter`. * Fixes dbt-labs#103 Signed-off-by: mrshu <[email protected]>
* Add a quick note on avoiding the conflict with `dbt-athena-adapter`. * Fixes dbt-labs#103 Signed-off-by: mrshu <[email protected]>
* Add a quick note on avoiding the conflict with `dbt-athena-adapter`. * Fixes dbt-labs#103 Signed-off-by: mrshu <[email protected]>
* Add a quick note on avoiding the conflict with `dbt-athena-adapter`. * Fixes #103 Signed-off-by: mrshu <[email protected]> Signed-off-by: mrshu <[email protected]>
I ran into this when installing
dbt-athena-community
viapip install dbt-athena-community
ondbt=1.3.1
.The issue was that the package
dbt-athena
(https://github.com/Tomme/dbt-athena) has already been installed on the target system, leading to the two macros of the same name being being defined.The fix was to uninstall one of the
dbt-athena*
packages -- in my casepip uninstall dbt-athena
.The text was updated successfully, but these errors were encountered: