From e4534a4a053cda6e92cce653c07d1f8d6c282c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Tue, 3 Jan 2023 09:06:53 +0100 Subject: [PATCH] docs: Avoiding conflict with dbt-athena-adapter (#106) * Add a quick note on avoiding the conflict with `dbt-athena-adapter`. * Fixes https://github.com/dbt-athena/dbt-athena/issues/103 Signed-off-by: mrshu Signed-off-by: mrshu --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a6a45580..66928315 100644 --- a/README.md +++ b/README.md @@ -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.