Last updated:|... min read
Parameter | Sample Value | Description |
---|---|---|
iceberg_s3_path | s3://<BUCKET_NAME>/<S3_PREFIX_VALUE> | S3 path where the Iceberg data is stored in AWS. |
aws_region | ap-south-1 | AWS region where the S3 bucket and Glue catalog are located. |
aws_access_key | XXX | AWS access key with sufficient permissions for S3 and Glue. |
aws_secret_key | XXX | AWS secret key corresponding to the access key. |
iceberg_db | olake_iceberg | Name of the database to be created in AWS Glue. |
grpc_port | 50051 | Port on which the gRPC server listens. |
server_host | localhost | Host address of the gRPC server. |