Skip to main content
Alters the connection parameters of an existing data sink.
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

Optional keyword for clarity

<schema name>

Name of the schema containing the data sink to alter

<data sink name>

Name of the data sink to alter

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

Set Properties

All data sink properties can be altered via ALTER DATA SINK. The following are the property names and descriptions to use when performing an alteration.