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 Table

    Create internal Iceberg tables managed by RisingWave

    Connection

    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.

    Catalog Configuration

    Configure the catalog that will manage table metadata.

    Storage Configuration

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

    Table Definition

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

    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