Last updated:|... min read
Parameter | Sample Value | Description |
---|---|---|
REST Catalog URL | http://localhost:8181/catalog | Specifies the endpoint URL for the REST catalog service that the writer will connect to. |
Iceberg S3 Path | warehouse | Determines the S3 path or storage location for Iceberg data. "warehouse" represents the designated storage directory. |
Iceberg Database | olake_iceberg | Specifies the name of the Iceberg database that will be used by the destination configuration. |
S3 Endpoint | http://host.docker.internal:9000 | Endpoint for the S3 service (Minio in this case). |
AWS Region | us-east-1 | Specifies the AWS region associated with the S3 bucket where the data is stored. |
AWS Access Key | admin | AWS access key (or Minio key for local testing). |
AWS Secret Key** | password | AWS secret key (or Minio secret for local testing). |