| Actor | Fragment | Worker | State |
|---|---|---|---|
| 742703 | 37156 | 51 | running |
| 742704 | 37156 | 51 | running |
CREATE MATERIALIZED VIEW authz.active_teams_memberships_mv AS SELECT team_id, user_id, access_type FROM olap.teams_memberships_dm AS teams_memberships_dm_next WHERE disabled_at IS NULL AND NOT temporary IS TRUE