CREATE MATERIALIZED VIEW search.active_parties_mv AS
SELECT
id,
type,
display_name
FROM party.parties
WHERE
disabled_at IS NULL
Lineage · search.active_parties_mv5 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.