ALTER MIRROR

This command alters the previously configured options for the specified mirror table.

Syntax

// ALTER THE MIRROR TABLE
ALTER MIRROR <snowflake_connection_name.schema.tbl_name> 
SET <table_option> = <value>;

Note that not all mirror options are mutable.

To check if an option is mutable, see CREATE MIRROR.

All mutable options are denoted by — editable in the individual option descriptions.

Last updated