ALTER CONNECTION

This command alters the previously configured connection options of the specified connection.

Syntax

ALTER { S3 | GLUE_CATALOG | KAFKA | KINESIS | SNOWFLAKE | ELASTICSEARCH | REDSHIFT} CONNECTION <connection_identifier>
    SET <connection_option> = <value>
    [ SET <connection_option2> = <value2> ... ]; 

Note that not all connection options are mutable.

Check the documentation for the relevant connection type to see if a certain connection option is mutable.

Example

If you'd like to alter an Amazon S3 connection, click on the Amazon S3 link beneath Cloud storage to go to the list of source and job options available. All mutable options are denoted by — editable in the individual option descriptions.

Connection options

Cloud storage

Metastores

Streaming systems

Databases

Last updated