sql · authz.active_portfolios_to_teams_mv— click to expand
CREATE MATERIALIZED VIEW authz.active_portfolios_to_teams_mv AS
SELECT
team_id,
entity_id AS portfolio_id
FROM authz.active_entity_to_teams_mv
WHERE
entity_type = 'PORTFOLIO'
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.