AlexR2D2 / metabase_duckdb_driver

Metabase DuckDB Driver shipped as 3rd party plugin
Apache License 2.0
70 stars 21 forks source link

Upgarde duckdb client to 0.6.0 #6

Closed billmetangmo closed 1 year ago

billmetangmo commented 1 year ago

Hello,

Thanks for sharing this work with community. I got this issue: IO Error: Failed to download extension "sqlite" at URL "http://extensions.duckdb.org/v0.5.1/linux_amd64/sqlite.duckdb_extension.gz" Candidate extensions: "icu", "fts" when trying to load/install sqlite scanner from metabase query console.

This seems to be related to the version of the extension which 0.5.1 instead of 0.6.0.

Regards

AlexR2D2 commented 1 year ago

I tried to upgrade the DuckDB to the v0.6.0 too, but got an error ("Connection Error: Instance with path: /Users/.../test.duckdb already exists.",) witch probably was fixed here. v0.6.0 has no this fix.

I decided to wait for the next version of DuckDB.

igitur commented 1 year ago

v0.6.1 has been released, which contains the fix you mention. https://github.com/duckdb/duckdb/releases/tag/v0.6.1

(Thanks for this plugin!)

AlexR2D2 commented 1 year ago

v0.6.1 has been released, which contains the fix you mention. https://github.com/duckdb/duckdb/releases/tag/v0.6.1

Upgraded.

igitur commented 1 year ago

Thanks, upgrading the driver works. I can connect, but I get other issues for which I'll log new issues.