Posthook grant schema usage #11257
Unanswered
nstein-gpjoule
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm new to dbt, and just saw that DBT is not applying grants to the schema the models resides in.
I now had the idea to put a
post_hook
config in every model.Would this be possible? Is there a way to collect all roles for the current target? Since
grants
is a dictionary how can I concatenate all roles (and make them unique)?Beta Was this translation helpful? Give feedback.
All reactions