Skip to main content
Removes an existing data sink.
DROP DATA SINK Syntax
Any streams that depend on a given data sink must be dropped before it can be dropped.

Parameters

EXTERNAL

Optional keyword for clarity

<schema name>

Name of the schema containing the data sink to remove

<data sink name>

Name of the data sink to remove

Examples

To drop a data sink, kin_dsink:
DROP DATA SINK Example