DuckDB
INSTALL iceberg;
LOAD iceberg;SELECT * from iceberg_scan('s3://<table_path>');SELECT * from iceberg_scan('s3://<table_path>/metadata/v<version>.metadata.json');Last updated
Was this helpful?
INSTALL iceberg;
LOAD iceberg;SELECT * from iceberg_scan('s3://<table_path>');SELECT * from iceberg_scan('s3://<table_path>/metadata/v<version>.metadata.json');Last updated
Was this helpful?
Was this helpful?