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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
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.
0 commit comments