RWM Console cluster: risingwave-adib.adib-rw.svc.cluster.local

← cluster authz objects active_party_memberships_mv
Overview Objects Graph History
materialized view · authz.active_party_memberships_mv
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
0
State size
Created
2026-06-30 21:42
Initialized
2026-06-30 21:42
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54204 2578 3 running
54205 2578 3 running
54206 2579 3 running
54207 2579 3 running
54208 2580 3 running
54209 2580 3 running
54210 2581 3 running
54211 2581 3 running
sql · authz.active_party_memberships_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_party_memberships_mv AS
WITH memberships AS (
  SELECT
    entity_id AS party_id,
    value AS user_id
  FROM party.reference_identifiers
  WHERE
    entity_type = 'party' AND key = 'AlpheyaId'
  UNION ALL
  SELECT
    party_id,
    user_id
  FROM authz.user_accessible_parties_mv
)
SELECT
  party_id,
  user_id
FROM memberships
GROUP BY
  party_id,
  user_id
Lineage · authz.active_party_memberships_mv 4 objects
Direct (1-hop) dependencies from rw_depend, across schemas. Click a neighbor to expand its dependencies; ⌘/Ctrl-click opens its page. Drag to pan, scroll to zoom. External source/sink endpoints (Kafka, Iceberg) are not shown.