duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
852 stars 77 forks source link

upgrade to support dbt-core v1.5.0 #147

Closed dataders closed 1 year ago

dataders commented 1 year ago

Background

The latest version of dbt Core,dbt-core==1.5.0rc1, was published on April 13, 2023 (PyPI | Github).

How to upgrade

https://github.com/dbt-labs/dbt-core/discussions/7213 is an open discussion with more detailed information. If you have questions, please put them there!

The above linked guide has more information, but below is a high-level checklist of work that would enable a successful 1.5.0 release of your adapter.

the next minor release: 1.6.0

FYI, dbt-core==1.6.0 is expected to be released at the end of July, with a release cut at least two weeks prior.

jwills commented 1 year ago

Working on this here: https://github.com/jwills/dbt-duckdb/pull/146

...model contracts is going to be iffy b/c it's sort of a PITA in DuckDB

jtcohen6 commented 1 year ago

...model contracts is going to be iffy b/c it's sort of a PITA in DuckDB

@jwills I took this for a spin: https://github.com/jwills/dbt-duckdb/pull/148

jwills commented 1 year ago

Fixed via #148

jwills commented 1 year ago

(Okay and also #146 shortly)