You can ingest data from Apache Iceberg tables managed by Snowflake. To do this, configure RisingWave to use Snowflake’s built-in catalog. Note that the Snowflake catalog can only be used for creating Iceberg sources.Documentation Index
Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
Use this file to discover all available pages before exploring further.
For a complete list of all catalog-related parameters, see the main Catalog configuration page.
Example
Snowflake catalog is read-only in RisingWave and can only be used for creating Iceberg sources (CREATE SOURCE).
Snowflake catalog does not support
CREATE CONNECTION (internal Iceberg tables) or CREATE SINK in RisingWave.