Data Objects Lineage
Per-entity upstream / downstream lineage across the full ODD entity model, plus the dedicated group-lineage endpoint for Data Entity Groups and ML experiments.
ODD Platform renders upstream and downstream lineage across the full ODD entity model — not just datasets. Every data-entity class participates: datasets and views, transformers (ETL jobs, ML training jobs, microservices), transformer runs, data quality tests and their runs, consumers (BI dashboards, ML model artifacts), data inputs (API calls), data entity groups (including ML experiments), and entity relationships. See the ODD Data Model for the canonical class reference.

Where to find it in the UI
Lineage tab on any data-entity detail page — opens the entity-centric graph with the entity at the centre and configurable upstream / downstream depth.
Group lineage entry point on a Data Entity Group detail page — opens the lineage of the group's children, not of the group itself (see below).
The graph supports pan, zoom, and on-click expansion of intermediate nodes; the per-entity depth and pre-expanded nodes are controlled by query parameters (next section).
Query parameters
The per-entity lineage graph is parameterised by two optional query parameters — lineage_depth (the number of upstream / downstream hops to walk by default) and expanded_entity_ids (entities to expand inline rather than show as collapsed neighbour stubs). Types, defaults, and when to set each are documented at API Reference → Lineage → Per-entity lineage.
Group lineage
The dedicated lineage endpoint for Data Entity Groups (including ML experiments and other logical containers) returns the lineage graph for the group's children rather than for the group itself. Operationally: a Finance DEG containing fifteen datasets and three ETL jobs returns the lineage union across those eighteen child entities, which is what an operator usually wants when reasoning about a domain or pipeline. The endpoint is documented at API Reference → Lineage → Group lineage.
What participates
Dataset, View
Yes
Native source-to-sink lineage edges from collectors / push adapters.
Transformer (ETL job, ML training job, microservice)
Yes
Edges from input datasets to the transformer to output datasets.
Transformer Run
Yes
Run-level lineage for per-execution traceability.
Data Quality Test, Data Quality Test Run
Yes
Test linkage to the dataset(s) under test.
Consumer (BI dashboard, ML model artifact, …)
Yes
Downstream-only — consumers read but do not produce.
Data Input (API call, …)
Yes
Upstream-only — inputs feed the platform but are not produced inside it.
Data Entity Group, ML experiment
Yes (via Group lineage)
Group lineage returns the union over the group's children.
Entity Relationship
Yes
Surfaces foreign-key-style ERD edges as part of the graph.
The exact set of entity classes ingested into your platform depends on which collectors and push adapters are connected; see Integrations for the per-source coverage.
Where to next
Microservices Lineage — the OpenTelemetry-traced counterpart for microservice call graphs.
Data Entity Groups & Domains — what gets returned when you call Group lineage on a DEG.
API Reference → Lineage — full HTTP surface (per-entity, group, microservices).
ODD Specification — Data Model — the canonical entity-class reference.
Main Concepts → Data Governance map — Data Lineage's position among the governance pillars.
Last updated