pub static MZ_OBJECT_GRAPH_EDGES: LazyLock<BuiltinView>Expand description
Object dependency edges. Each row (object_id, dependency_id) means
object_id depends on dependency_id.
Unions the dataflow dependencies between maintained objects (index,
materialized view, sink, source, table) with the source-to-subsource and
source-to-table edges that connect a source to the children carrying its
data. Indexed on mz_catalog_server so the console surfaces that walk the
dependency graph read one maintained arrangement instead of recomputing the
union per request: the object workflow graph, critical-path freshness
analysis, and impact/dependents views.