Skip to content

Commit

Permalink
Fix out of date README comment about version support for dbt-core and…
Browse files Browse the repository at this point in the history
… duckdb (#487)
  • Loading branch information
jwills authored Dec 12, 2024
1 parent 8c70e34 commit 6b539a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ 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.7.x and `duckdb` version 0.10.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.
The latest supported version targets `dbt-core` versions >= 1.8.x and `duckdb` version 1.1.x, but we work hard to ensure that newer
versions of DuckDB will continue to work with the adapter as they are released.

### Configuring Your Profile

Expand Down

0 comments on commit 6b539a6

Please sign in to comment.