From 4fba7add26c54a4bf813cf5e49df3bc7b36b84a0 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6a45580..2be2c70e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ * `pip install dbt-athena-community` * Or `pip install git+https://github.com/dbt-athena/dbt-athena.git` +_*Note:* in order to avoid potential conflicts, make sure `dbt-athena-adapter` is not installed in the target environment._ + ### Prerequisites To start, you will need an S3 bucket, for instance `my-bucket` and an Athena database: