This tool is in Public Preview and may contain errors or inaccuracies.
Please refer to the official RisingWave documentation for accurate and up-to-date information.
Generate CREATE SINK for Apache Iceberg
Configure the catalog that will manage Iceberg table metadata.
Select the catalog type for metadata management.
Configure the object storage where Iceberg data files will be stored.
Select the object storage backend.
Base path for Iceberg warehouse in object storage.
Configure the target Iceberg table and sink behavior.
Target Iceberg database name.
Target Iceberg table name.
Append-only for insert-only data, Upsert for updates/deletes.
Optional partitioning using Iceberg transforms (year, month, day, hour, bucket, truncate).
Specify the RisingWave source (table/MV) or write a custom query.
Configure advanced sink behavior and performance tuning options.
(Force append-only mode even for sources with primary keys.)
Commit data every N checkpoints (default: 10).
(Enable exactly-once delivery semantics (may impact performance).)
Fill in the required fields on the left to generate your RisingWave SQL statement. The preview will update automatically as you enter information.
💡 Quick Start: