Last updated:|... min read
Parameter | Sample Value | Description |
---|---|---|
JDBC URL | jdbc:postgresql://host.docker.internal:5432/iceberg | JDBC URL for connecting to the PostgreSQL catalog. |
JDBC Username | iceberg | Username for the PostgreSQL catalog. |
JDBC Password | password | Password for the PostgreSQL catalog. |
Iceberg S3 Path | s3a://warehouse | S3 path where the Iceberg data/metadata files will be stored. |
S3 Endpoint | http://host.docker.internal:9000 | Endpoint for the S3 service (Minio in this case). |
Use SSL for S3 | false | Boolean flag to determine if SSL should be used when connecting to S3. |
Use Path Style for S3 | true | Use path-style addressing for the S3 API. |
AWS Access Key | admin | AWS access key (or Minio key for local testing). |
AWS Region | us-east-1 | Specifies the AWS region associated with the S3 bucket where the data is stored. |
AWS Secret Key | password | AWS secret key (or Minio secret for local testing). |
Iceberg Database | olake_iceberg | Name of the database to be created in the Iceberg catalog. |