You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: