Last updated:|... min read
Parameter | Sample Value | Description |
---|---|---|
catalog_type | jdbc | Type of catalog. Use jdbc for a PostgreSQL-based catalog tests. |
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). |
s3_use_ssl | false | Boolean flag to determine if SSL should be used when connecting to S3. |
s3_path_style | true | Use path-style addressing for the S3 API. |
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). |
iceberg_db | olake_iceberg | Name of the database to be created in the Iceberg catalog. |