Skip to main content
If your goal is to create an append-only sink, you can use the emit-on-window-close policy when creating the materialized view that you want to sink data from. For details about the policy, see Emit on window close.

Syntax

Parameters

Please distinguish between the parameters set in the FORMAT and ENCODE options and those set in the WITH clause. Ensure that you place them correctly and avoid any misuse.

Supported sinks

Click a sink name to see the SQL syntax, options, and sample statement of sinking data from RisingWave to the sink.

See also

Overview of data delivery

DROP SINK

Remove a sink

SHOW CREATE SINK

Show the SQL statement used to create a sink

CREATE SINK INTO

Create a sink into RisingWave’s table
Timestamptz values are stored in UTC.When sinking downstream, the representation of timestamptz is configurable. By default, it is in the format 2023-11-11T18:30:09.453000Z.