Question: 1 / 215

When a database or schema is cloned, does it also clone the contained snowpipes that reference an internal stage?

True

False

When a database or schema is cloned in Snowflake, the contained snowpipes that reference an internal stage are not cloned. Cloning in Snowflake creates a new instance of the database or schema that is a snapshot of the original at a specific point in time, but it does not automatically include the operational components that depend on external resources, such as snowpipes or external stages. The snowpipes themselves are not directly replicated because they are tied to the configuration and resources of the original environment.

This means that any snowpipes in the source database or schema will still reference their original internal stages and maintain their specific configurations. Therefore, when someone is examining the functionalities and limitations of copying databases or schemas in Snowflake, it’s crucial to understand that while the underlying data structure is replicated, certain operational components like snowpipes do not inherit the same properties in the cloned environment. This highlights how Snowflake ensures efficient resource management and avoids unnecessary duplication of external references.

Only if they are active

It depends on the source database

Next

Report this question