Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions destination/iceberg/resources/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"type": "string",
"title": "Catalog Name",
"pattern": "^[a-z_]+$",
"default": "olake_iceberg",
"description": "User defined catalog name, if left blank defaults to olake_iceberg. Only lowercase letters and underscores are allowed."
},
"arrow_writes": {
Expand Down Expand Up @@ -214,6 +215,12 @@
"type": "string",
"title": "S3 Endpoint",
"description": "Specifies the endpoint URL for S3 compatible services (e.g., MinIO)"
},
"s3_path_style": {
"type": "boolean",
"default": false,
"title": "Use Path Style for S3",
"description": "Enables path-style addressing for S3 API requests"
}
},
"required": [
Expand Down
Loading