materialized view · authz.active_clients_to_teams_mvExplain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
44
State size
2.9 KiB
Created
2026-07-30 11:02
Initialized
2026-07-30 11:02
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
Actor
Fragment
Worker
State
33095
9870
33
running
33096
9870
33
running
sql · authz.active_clients_to_teams_mv— click to expand
CREATE MATERIALIZED VIEW authz.active_clients_to_teams_mv AS
SELECT
team_id,
entity_id AS client_id
FROM authz.active_entity_to_teams_mv
WHERE
entity_type = 'CLIENT'
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.