230k views
0 votes
When a database or a schema is cloned, which of the following statements are true for the snowpipes in that database?

A. any snowpipes that reference an internal stage are not cloned
B. any snowpipes that reference an external stage are not cloned
C. any snowpipes that reference an external stage are cloned
D. any snowpipe that references an internal stage are cloned

1 Answer

3 votes

Final answer:

When cloning a database or schema in Snowflake, snowpipes referencing internal stages are cloned, whereas those referencing external stages are not cloned.

Step-by-step explanation:

When a database or a schema is cloned in Snowflake, the following statements are true concerning the snowpipes:

  • Any snowpipes that reference an internal stage are cloned.
  • Any snowpipes that reference an external stage are not cloned.

This means if you have snowpipes set up in your database or schema, you need to take into consideration the type of stages they reference. In either case, after cloning, you may need to take additional steps to ensure that your snowpipes are configured correctly for your new clone.

User Jack Mariani
by
8.7k points