From 4477a74a74876eeed4ba782bda87e60be91142f4 Mon Sep 17 00:00:00 2001 From: mrshu Date: Sat, 31 Dec 2022 12:23:45 +0100 Subject: [PATCH] docs: Avoiding conflict with dbt-athena-adapter * 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6a45580..3f2fb2a5 100644 --- a/README.md +++ b/README.md @@ -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.