Back
Iceberg Wrapper
Overview
Apache Iceberg is a high-performance open table format for large-scale analytic datasets. It adds ACID transactions, schema evolution, hidden partitioning, time travel, and version rollback to data stored in object storage, making it the industry-standard format for data lake and lakehouse architectures.
The Iceberg Wrapper brings your Iceberg tables into Postgres as queryable foreign tables. Read and write Iceberg data with plain SQL, join it against your application data, and query across AWS S3 Tables or any Iceberg REST Catalog backed by S3-compatible storage. Works with Supabase Vault for secure credential management.
Supported Data Types
| Postgres Type | Iceberg Type |
|---|---|
| boolean | boolean |
| real | float |
| integer | int |
| double precision | double |
| bigint | long |
| numeric | decimal |
| text | string |
| date | date |
| time | time |
| timestamp | timestamp, timestamp_ns |
| timestamptz | timestamptz, timestamptz_ns |
| jsonb | struct, list, map |
| bytea | binary |
| uuid | uuid |
Resources
Details
Third-party integrations and docs are managed by Supabase partners.