Skip to main content
You can sink data from RisingWave directly to a Databricks-managed Iceberg table using Unity Catalog. RisingWave acts as a streaming ETL engine, writing data directly into your Unity Catalog. For a complete guide on configuring the full integration, see Integrate with Databricks.
For a complete list of all catalog-related parameters, see the main Catalog configuration page.

Example

vended_credentials is added in v2.7.0. For more information, see Vended credentials.
Databricks Unity Catalog integration is intended for Databricks-managed external Iceberg tables. In RisingWave, this catalog is documented for writing via CREATE SINK (currently append-only only).
Unity Catalog integration does not support CREATE CONNECTION (internal Iceberg tables) or CREATE SOURCE in this doc.