Skip to content

Upgrade embedded DuckDB to support DuckLake 0.4 #82

@ipimpat

Description

@ipimpat

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions