The current Metabase DuckDB driver appears to bundle DuckDB 1.4.x, which only supports DuckLake <0.3.
Newer DuckDB versions (1.5+) create or upgrade catalogs to DuckLake 0.4, which causes the driver to fail when attaching a DuckLake catalog.
Error in Metabase logs:
Not implemented Error: Only DuckLake versions 0.1, 0.2, 0.3-dev1 and 0.3 are supported
Because of this, Metabase cannot read DuckLake catalogs created with newer DuckDB versions.
Could the driver be updated to use DuckDB 1.5.x so it supports DuckLake 0.4?
Thanks!
The current Metabase DuckDB driver appears to bundle DuckDB 1.4.x, which only supports DuckLake <0.3.
Newer DuckDB versions (1.5+) create or upgrade catalogs to DuckLake 0.4, which causes the driver to fail when attaching a DuckLake catalog.
Error in Metabase logs:
Because of this, Metabase cannot read DuckLake catalogs created with newer DuckDB versions.
Could the driver be updated to use DuckDB 1.5.x so it supports DuckLake 0.4?
Thanks!