This command alters the previously configured options for the specified mirror table.
// 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 .
All mutable options are denoted by — editable in the individual option descriptions.