Lineage and impact
Lineage is a constrained traversal of typed relationships. Use it to understand where data or behavior comes from, where it goes, and what may be affected by a change.Choose the right granularity
- Entity lineage follows relationships among resources such as tables, models, services, or jobs.
- Field lineage follows field-reference edges, such as column-to-column derivation.
Direction and depth
- Upstream finds inputs, dependencies, or producers.
- Downstream finds consumers, dependents, or outputs.
- Depth limits how many edge hops are traversed.
- Relationship filters constrain traversal to meaningful edge types.