Package org.apache.hop.lineage
-
Class Summary Class Description FieldnameLineage This describes how a field gets renamed in a certain transform.
It helps us to do the complete lineage from source to target and back.PipelineDataLineage This class will help calculate and contain the data lineage for all values in the pipeline.
What we will get is a List of ValueLineage objects for all the values transforms in the pipeline.ValueLineage This class contains value lineage information.
That means that we will have information on where and how a certain value is originating, being manipulated etc.