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.
Create internal Iceberg tables managed by RisingWave
First, specify or create an Iceberg CONNECTION that defines storage and catalog configuration.
Choose whether to use an existing CONNECTION or create a new one.
Configure the catalog that will manage table metadata.
Configure the object storage where Iceberg data files will be stored.
Define the table structure and partitioning strategy. You can insert data using standard INSERT statements.
Name of the Iceberg table to create.
Optional database/schema name. If not specified, uses session default.
Optional partitioning strategy using Iceberg transform functions (e.g., year, month, day, hour, bucket, truncate).
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: