You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the grants only work for users not roles. This is hard coded here.
It would be convenient to be able to define grants for both users and roles.
The 'BigQuery' dbt adapter accomplishes this by allow the grantee to be specified with a role/user prefix separated by a colon. For example user:user_xyz or role:role_abc. See the dbt docs for an example.
It would be great to add the same functionality to the Dremio dbt adapter. Grantees specified without a role/user prefix could default to 'user' for backwards compatibility.
Justification for this enhancement
Ability to specify Dremio 'role' permissions from DBT.
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Currently the grants only work for users not roles. This is hard coded here.
It would be convenient to be able to define grants for both users and roles.
The 'BigQuery' dbt adapter accomplishes this by allow the grantee to be specified with a role/user prefix separated by a colon. For example
user:user_xyz
orrole:role_abc
. See the dbt docs for an example.It would be great to add the same functionality to the Dremio dbt adapter. Grantees specified without a role/user prefix could default to 'user' for backwards compatibility.
Justification for this enhancement
Ability to specify Dremio 'role' permissions from DBT.
The text was updated successfully, but these errors were encountered: