| Actor | Fragment | Worker | State |
|---|---|---|---|
| 99835 | 20468 | 26 | running |
| 99836 | 20468 | 26 | running |
| 99837 | 20467 | 26 | running |
| 99838 | 20467 | 26 | running |
| 99841 | 20469 | 26 | running |
| 99842 | 20469 | 26 | running |
| 99888 | 20470 | 26 | running |
| 99889 | 20470 | 26 | 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