CREATE MATERIALIZED VIEW authz.active_orders_mv AS
SELECT
id AS order_id,
initiator ->> 'userId' AS created_by_user_id,
security_account_id AS account_id
FROM order_service.orders
Lineage · authz.active_orders_mv3 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.