Skip to content

Installing the correct duckdb version #227

Answered by dcaribou
LarchLiu asked this question in FAQ
Discussion options

You must be logged in to vote

The dbt-duckdb 1.6.0 package (the latest version available as of today) comes with an embedded duckdb installation on the 0.8.x version. We cannot update that yet to 0.9.x until a new dbt-duckdb version is released (they usually take a few weeks since to upgrade to a new duckdb version).

What you can do, though, is to install the duckdb 0.8.x version. I did it like this

wget https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-osx-universal.zip
unzip duckdb_cli-osx-universal.zip
./duckdb --version

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dcaribou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
2 participants
Converted from issue

This discussion was converted from issue #226 on October 03, 2023 05:35.