Skip to content

iceberg - queryViaDuckDB - support sql catalog type #600

@sysadminmike

Description

@sysadminmike

Feature Description

Duckdb can query an iceberg table without needing to access the catalog to get the current metadata location. If a version-hint.text file exits it is possible to query like:

SELECT count(*) FROM iceberg_scan('s3://bucket/warehouse/namespace/tablename');

Perhaps providing the path for the iceberg_scan function from an argument for the cli would work?

Then a specific snapshot could be used as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions