Skip to content

Commit

Permalink
docs: Avoiding conflict with dbt-athena-adapter
Browse files Browse the repository at this point in the history
* Add a quick note on avoiding the conflict with `dbt-athena-adapter`.

* Fixes dbt-athena#103

Signed-off-by: mrshu <mrshu@cisco.com>
  • Loading branch information
mrshu committed Dec 31, 2022
1 parent c7d7e2d commit 4477a74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ The only way, from a dbt perspective, is to do a full-refresh of the incremental

* Tables, schemas and database should only be lowercase

* In order to avoid potential conflicts, make sure [`dbt-athena-adapter`](https://github.com/Tomme/dbt-athena) is not installed in the target environment.
See https://github.com/dbt-athena/dbt-athena/issues/103 for more details.


### Contributing

This connector works with Python from 3.7 to 3.10.
Expand Down

0 comments on commit 4477a74

Please sign in to comment.