Skip to main content

Syntax

Parameters

Examples

This statement removes the sink rw_sink in the default schema public from the database:
This statement removes the sink rw_sink in the schema rw_schema from the database:

Hanging or long running DROP SINK

If your DROP SINK command takes a long time to run, it could be due to high barrier latency. DROP commands need to be synchronized with barriers currently. To let DROP take effect immediately, you can use the RECOVER command in a separate session.

See also

CREATE SINK

Create a sink