| Actor | Fragment | Worker | State |
|---|---|---|---|
| 122061 | 25206 | 26 | running |
| 122062 | 25206 | 26 | running |
| 122063 | 25207 | 26 | running |
| 122064 | 25207 | 26 | running |
CREATE MATERIALIZED VIEW authz.active_party_direct_memberships_mv AS SELECT entity_id AS party_id, value AS user_id FROM party.reference_identifiers AS reference_identifiers_next WHERE entity_type = 'party' AND key = 'AlpheyaId' AND disabled_at IS NULL GROUP BY entity_id, value