In Snowflake, there are built-in features to backup updated/deleted data called "time travel" and "failsafe" and while these are useful for your organization's data, for Qlik we do not need to keep history for the Control tables such as "attrep_status" and "attrep_txn_state". We can control this by creating the schema where these control tables are placed with an attribute of "Transient" and "DATA_RETENTION_IN_DAYS = 0" but this is a manual intervention. As Qlik Replicate usually creates these schemas on our behalf, we would like this to be an option when connecting to Snowflake as a target. This way we're not being charged for storage on updated/deleted rows in these Qlik control tables.