Last updated:|... min read
| Parameter | Sample Value | Description |
|---|---|---|
| Iceberg S3 Path (Warehouse) | s3://<BUCKET_NAME>/ | S3 bucket path where Iceberg table data and metadata files will be stored. |
| AWS Region | <AWS_REGION> | AWS region containing the S3 bucket and Glue Data Catalog resources. |
| AWS Access Key | XXX | AWS access key ID for authentication. Optional if using IAM roles or instance profiles. |
| AWS Secret Key | XXX | AWS secret access key for authentication. Optional if using IAM roles or instance profiles. |
| Catalog Name | olake_iceberg | Enter a name for your catalog. |
| S3 Endpoint | http://<S3_ENDPOINT> | Endpoint for the S3 service. |
| Custom Glue Endpoint Configuration | true/false | Enable custom Glue endpoint configuration. |
| Glue Catalog ID | 123456789012 | AWS account ID used as the Glue Data Catalog identifier. |
| Glue Access Key | XXX | Access key for authenticating Glue catalog requests. Required when Glue credentials differ from S3 credentials. |
| Glue Secret Key | XXX | Secret key for authenticating Glue catalog requests. Required when Glue credentials differ from S3 credentials. |
| Glue Endpoint | https://<CATALOG_ENDPOINT> | Custom endpoint URL for AWS Glue or a Glue-compatible catalog service. |
| Glue Region | <GLUE_REGION> | Region for the Glue catalog, if different from the S3 region. Falls back to AWS Region if not set. |