Skip to content

Commit

Permalink
Merge pull request #275 from duckdb/jwills_md_cicd
Browse files Browse the repository at this point in the history
Update README with latest target DuckDB version
  • Loading branch information
jwills authored Oct 18, 2023
2 parents 0d5ac9d + c1cdd20 commit 6580f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6580f72

Please sign in to comment.