Hi, I’m reading through this link: grants | dbt Developer Hub (getdbt.com)
And I cannot find a way to define if you’re granting privilege to a GROUP.
Would be cool if we don’t need to do macros for this and just use the new feature.
I already tried this:
models:
my_schema:
schema: my_schema
description: "My schema"
grant:
select:
- group: my_group
Didn’t get much luck.
Thanks!