dbt-duckdb icon indicating copy to clipboard operation
dbt-duckdb copied to clipboard

Bump DuckDB version to 0.10.0

Open NatElkins opened this issue 1 year ago • 1 comments

Hi,

Not entirely sure if my understanding is correct, but DuckDB is bundled with this plugin, is that correct? If so, does this package need to be rebuilt/released to support DuckDB 0.10.0?

Thank you!

NatElkins avatar Feb 15 '24 16:02 NatElkins

Hey Nat-- no, all we do here is specify a minimum DuckDB version (currently 0.7.0); you should be able to use any DuckDB version greater than that with the 1.7.x line of adapters.

I do periodically bump the minimum version the adapter supports (e.g. I will likely bump things to 0.8.0+ pretty soon to clean up some cruft), but I almost always go out of my way to support multiple versions of DuckDB so folks can upgrade at their leisure.

jwills avatar Feb 15 '24 17:02 jwills