RisingWave SQL Assistant

    Public Preview
    WebsiteGitHubSlack

    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.

    Iceberg Sink

    Generate CREATE SINK for Apache Iceberg

    Catalog Configuration

    Configure the catalog that will manage Iceberg table metadata.

    Select the catalog type for metadata management.

    Storage Configuration

    Configure the object storage where Iceberg data files will be stored.

    Select the object storage backend.

    Base path for Iceberg warehouse in object storage.

    Sink Configuration

    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).

    Source

    Specify the RisingWave source (table/MV) or write a custom query.

    Advanced Options

    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).)

    SQL Preview

    Ready to Generate SQL

    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:

    • • Start with the required fields marked with red asterisks (*)
    • • Use the Verify button to check for missing fields
    • • Copy the generated SQL when ready