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
Once the above work is merged into core, there are some tweaks that need to be made in the Snowflake adapter to fully expose the feature:
- [ ] add a call to apply_grants(..., revoke=True) to all custom materializations
- [ ] in view/table materializations, call apply_grants(..., revoke=False) instead for a performance improvement
Add a test for the interaction with copy_grants
The text was updated successfully, but these errors were encountered:
blocked by: dbt-labs/dbt-core#5263
Once the above work is merged into core, there are some tweaks that need to be made in the Snowflake adapter to fully expose the feature:
- [ ] add a call to
apply_grants(..., revoke=True)
to all custom materializations- [ ] in view/table materializations, call apply_grants(..., revoke=False) instead for a performance improvement
copy_grants
The text was updated successfully, but these errors were encountered: