Cloning databases: EVENT_ TABLE parameter is not copied to the cloned database (Pending)¶
Attention
This behavior change is in the 2026_07 bundle.
For the current status of the bundle, refer to Bundle history.
When cloning a database, Snowflake no longer copies the EVENT_TABLE parameter to the
destination database, regardless of the role used for the clone operation.
- Before the change:
Cloning a database with the
ACCOUNTADMINrole copied theEVENT_TABLEparameter value to the destination database. Using any other role caused the clone operation to fail.- After the change:
The
EVENT_TABLEparameter is not copied to the destination database regardless of the role used for the clone operation. Cloning no longer fails when a non-ACCOUNTADMINrole is used. If theEVENT_TABLEparameter is required on the cloned database, a user with theACCOUNTADMINrole must set it explicitly after the clone operation completes.
This change ensures that cloning behavior is consistent across roles and doesn’t depend
on the ACCOUNTADMIN role. It prevents clone failures and aligns with security best practices.
If your organization relies on automated cloning workflows, review those processes to
ensure they don’t depend on the EVENT_TABLE parameter being automatically copied to the
destination database. If the EVENT_TABLE parameter is required on the newly cloned database,
configure it explicitly after the clone operation using a role with the appropriate privileges.
Ref: 2365