From c1cdd202d9e8f6e9e29967dd88874219880b77aa Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Wed, 18 Oct 2023 08:49:16 -0700 Subject: [PATCH] Update README with latest target DuckDB version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697da4cb..1e7c471e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project is hosted on PyPI, so you should be able to install it and the nece `pip3 install dbt-duckdb` -The latest supported version targets `dbt-core` 1.6.x and `duckdb` version 0.8.x, but we work hard to ensure that newer +The latest supported version targets `dbt-core` 1.6.x and `duckdb` version 0.9.x, but we work hard to ensure that newer versions of DuckDB will continue to work with the adapter as they are released. If you would like to use our new (and experimental!) support for persisting the tables that DuckDB creates to the [AWS Glue Catalog](https://aws.amazon.com/glue/), you should install `dbt-duckdb[glue]` in order to get the AWS dependencies as well.