| Actor | Fragment | Worker | State |
|---|---|---|---|
| 120423 | 25076 | 26 | running |
| 120424 | 25076 | 26 | running |
| 120425 | 25075 | 26 | running |
| 120426 | 25075 | 26 | running |
| 120427 | 25074 | 26 | running |
| 120428 | 25074 | 26 | running |
| 120429 | 25077 | 26 | running |
| 120430 | 25077 | 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