Open the Lineage Explorer
The Lineage Explorer shows your components — services and data stores — connected by cross-service edges. The graph loads the component topology first, then fills in field-level details in the background.
The Lineage Explorer graph
Trace a field
- Open the field search sidebar and search for the field you want to trace.
- Select the field from the results. You can select multiple fields to trace them together.
- The graph filters to the selected fields, showing the field-level connections between components — which upstream fields feed the selection, and which downstream fields consume it.

Field-level lineage for a selected field
- an egress field on one service connects to an ingress field on another service, or to a data store column
- within a service, ingress fields connect to egress fields through the service’s internal paths
Inspect a step in the path
To understand how a service transforms the data, open the component’s details:- Select the service in the Lineage Explorer and expand it to open Component Details.
- Review the paths that connect the relevant ingress to the relevant egress.
- Select a path to see its ingress schema, egress schema, and field mappings.
- Select a field mapping to see the Field Data Flow — the steps the value takes through the code.

Field data flow for a field mapping
Next steps
- Export the trace for reporting or review — see Exporting Lineage.
- Understand how lineage changed between versions — see Comparing Lineage Versions.
- If a trace doesn’t match your expectations, see Understanding the Source of Lineage Issues.