Iceberg
Overview
This code block demonstrates how to query an Iceberg table.
Foreign data wrapper name. Can be any string.
Foreign server name. Can be any string.
Foreign table name. Can be any string.
The path to the Iceberg table. For instance, s3://bucket/folder
if the Iceberg table is in Amazon S3 or
/path/to/folder
if the Iceberg table is on the local file system.
Allow Moved Paths
The allow_moved_paths
option ensures that some path resolution is performed, which allows scanning Iceberg tables that are moved.
Linking to the Manifest File
If no version-hint.text
file is found in the Iceberg metadata, the following error will be thrown:
Providing the path to the <id>.metadata.json
manifest will circumvent this error.
Cloud Object Stores
The object stores documentation explains how to provide secrets and other credentials for Iceberg tables stored in object stores like S3.
Was this page helpful?