Montreal-Analytics / dbt-snowflake-utils

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

Does not support transient databases/schemas #29

Open ttusing opened 1 year ago

ttusing commented 1 year ago

Ideally this would have the simple option/argument for the macros to make the databases and schemas transient.

https://docs.snowflake.com/en/sql-reference/sql/create-schema#optional-parameters

This is partially because you cannot clone a non-transient object to a transient object or vice versa, so any mix usage of transient databases or schemas and non-transient databases or schemas does not work well here.

I am happy to open a simple PR if this is a desired feature.