Override schema creation to add Managed Schema approach #7488
Unanswered
choudrybabu
asked this question in
Q&A
Replies: 1 comment
-
Appreciate any suggestions here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there a way to override schema creation part from DBt to create managed schema in snowflak e
CREATE SCHEMA IF NOT EXISTS <schemaName> WITH MANAGED ACCESS ;
is the above override possible in DbT core ?
Beta Was this translation helpful? Give feedback.
All reactions