Last updated:|... min read
Parameter | Sample Value | Description |
---|---|---|
iceberg_s3_path | s3://<BUCKET_NAME>/ | S3 bucket path where Iceberg table data and metadata files will be stored. |
aws_region | us-east-1 | AWS region containing the S3 bucket and Glue Data Catalog resources. |
aws_access_key | XXX | AWS access key with sufficient permissions for S3 and Glue. Optional if using IAM role attached to running instance/pod. |
aws_secret_key | XXX | AWS secret key with sufficient permissions for S3 and Glue. Optional if using IAM role attached to running instance/pod. |
iceberg_db | iceberg_db | Database name to create in AWS Glue Data Catalog for organizing Iceberg tables. |