Montreal-Analytics / dbt-snowflake-utils

Snowflake-specific utility macros for dbt projects.
Apache License 2.0
105 stars 36 forks source link

Add clone schema macro #3

Closed jtalmi closed 4 years ago

jtalmi commented 4 years ago

Added a clone_schema macro which by default creates or replaces a destination schema with a clone of the source schema.

Can add a flag for replace if that's desired.