ALTER DATA SINK Syntax
Kafka data sinks will be validated upon creation, by default, and
will fail to be created if an authorized connection cannot be established.
Parameters
EXTERNAL
EXTERNAL
Optional keyword for clarity
<schema name>
<schema name>
Name of the schema containing the data sink to alter
<data sink name>
<data sink name>
Name of the data sink to alter
SET PROPERTY
SET PROPERTY
Indicator that a comma-delimited list of alterations to make will follow.See Set Properties for the complete list of properties.
Examples
To alter a data sink,kin_dsink, updating the timeouts:
ALTER DATA SINK Example