How can I create test databases on Snowflake that are the same as production?

0

How can I create test databases on Snowflake that are the same as production?

Frank Bell Answered question August 5, 2022
0

One of the awesome features of Snowflake is NO COPY CLONING. You can utilize the CREAT DATABASE NEW_CLONED_TEST_DATABASE CLONE EXISTING_DATABASE_NAME; It is that easy to create a clone of your production database within the same account.

Frank Bell Answered question August 5, 2022