| Actor | Fragment | Worker | State |
|---|---|---|---|
| 32849 | 9762 | 33 | running |
| 32850 | 9762 | 33 | running |
| 32922 | 9761 | 33 | running |
| 32923 | 9761 | 33 | running |
| 32946 | 9763 | 33 | running |
| 32947 | 9763 | 33 | running |
| 32948 | 9764 | 33 | running |
| 32949 | 9764 | 33 | running |
CREATE MATERIALIZED VIEW authz.user_team_memberships_mv AS SELECT m.user_id, m.team_id, m.access_type, t.name AS team_name, t.type AS team_type FROM olap.teams_memberships_dm AS m JOIN olap.teams_dm AS t ON t.team_id = m.team_id AND t.disabled_at IS NULL WHERE m.disabled_at IS NULL AND NOT m.temporary IS TRUE