io_config.yaml
.
default
(or the profile you are using):
These credentials must have read/write access to the S3 bucket that contains your Iceberg tables.
base_uri
: The URI of your data lake storage (e.g., s3://your-bucket-name/warehouse
)bucket_name
: Name of your S3 buckettable_name
: Fully qualified name of your Iceberg table (e.g., db_name.table_name
)config_profile
field accordingly.table_path
points to the root directory of the Iceberg table (i.e., where the metadata/
folder resides).iceberg.db_name.iceberg_table
uses the Hadoop catalog type and stores metadata in the specified GCS path.