Skip to content

Data Lineage: Transformation Tracking

ETL Transformation Lineage

Tracks how individual fields flow from source systems through ETL transformations (Informatica PowerCenter) into target staging tables. Two source fields (Firstname, Lastname) are concatenated into a single Fullname target field, while Lastname passes through unchanged.

Data Lineage — Transformation Tracking

Node Types

ColourTypeRole
Dark navySystemSource/target/ETL servers
Mid navyServiceDatabase or ETL service instances
Slate blueDatabaseNamed database schemas
TealTableSource and target tables
Teal (darker)FieldIndividual columns
AmberTransformationField-level transform logic (e.g. CONCAT)
Amber (darker)Workflow / MappingETL orchestration artefacts
GraySource / TargetLineage anchors connecting fields to transforms

Relationships

  • READS — mapping reads from a source connector
  • Unlabelled edges trace the structural hierarchy (System → Service → Database → Table → Field) and the transformation chain (Field → Source → Transformation → Target → Field)