Skip to content

Commit

Permalink
docs: Avoiding conflict with dbt-athena-adapter (Tomme#106)
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-labs/dbt-athena#103

Signed-off-by: mrshu <[email protected]>

Signed-off-by: mrshu <[email protected]>
  • Loading branch information
mrshu authored Jan 3, 2023
1 parent c7d7e2d commit e4534a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ 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 e4534a4

Please sign in to comment.