Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix grants statements on materialized views
Granting privileges on materialized views was failing because the generated SQL statement used the relation type `materialized_view` as part of the query instead of `materialized view` (with a space). This commit defines an override for this specific materialization in the and grant/revoke macros.
- Loading branch information