sql · authz.active_teams_memberships_mv— click to expand
CREATE MATERIALIZED VIEW authz.active_teams_memberships_mv AS
SELECT
team_id,
user_id
FROM olap.teams_memberships_dm
WHERE
disabled_at IS NULL AND NOT temporary IS TRUE
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.