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

← cluster authz objects active_entity_to_teams_mv
Overview Objects Graph History
materialized view · authz.active_entity_to_teams_mv
Parallelism
2
Actors
3 / 3
running
Distribution
HASH
Rows
25
State size
2.7 KiB
Created
2026-06-30 21:33
Initialized
2026-06-30 21:32
Fragment flags
MVIEWNOWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
53814 2355 3 running
53815 2354 3 running
53816 2354 3 running
sql · authz.active_entity_to_teams_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_entity_to_teams_mv AS
SELECT
  team_id,
  entity_id,
  entity_type
FROM olap.entity_to_teams_dm
WHERE
  disabled_at IS NULL
  AND effective_start_date <= CURRENT_TIMESTAMP
  AND effective_end_date IS NULL
Lineage · authz.active_entity_to_teams_mv 5 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.