RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.svc.cluster.local

← cluster authz objects active_entity_to_teams_mv
Overview Objects Graph History
materialized view · authz.active_entity_to_teams_mv Explain plan ▶
Parallelism
2
Actors
3 / 3
running
Distribution
HASH
Rows
85
State size
7.9 KiB
Created
2026-08-11 21:19
Initialized
2026-08-11 21:18
Fragment flags
MVIEWNOWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
156699 12404 33 running
156700 12403 33 running
156701 12403 33 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 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.