Are dbt-core 1.8.x and duckdb 1.x.y really unsupported? #484
-
Hi! I have been using this plugin for about a week in a pet project to learn dbt and didn't realize until now that the dbt-core and duckdb versions I have been using are apparently incompatible with dbt-duckdb 1.9.0, although didn't get any errors or unexpected behaviour and only saw this by accident when running
I have been using dbt-core 1.8.9 and duckdb 1.1.2 and the README.md in this repository states that "the latest supported version targets dbt-core 1.7.x and duckdb version 0.10.x", although the setup.cfg specifies Is it then safe to use dbt-core 1.8.x and duckdb 1.x.y versions? Apologies in advance if I got it all wrong. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ack that README is out of date, will fix it I think it will make the |
Beta Was this translation helpful? Give feedback.
Ack that README is out of date, will fix it
I think it will make the
dbt --version
command happy if you use dbt-duckdb 1.8.4, which was the last version of the project that specifically targeted dbt-core 1.8.x; we have largely moved the upstream work to dbt-core 1.9.0 which we thought was going to come out ~ 1 month ago but seems to be delayed