Syntax

SHOW SINKS [ FROM schema_name ] [ LIKE_expression ];

Parameters

ClauseDescription
schema_nameThe schema of the sinks to be listed.
LIKE_expressionFilters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions.

Example

SHOW SINKS;