public class TransDataLineage extends Object
Constructor and Description |
---|
TransDataLineage(TransMeta transMeta) |
Modifier and Type | Method and Description |
---|---|
void |
calculateLineage()
Using the transformation, we will calculate the data lineage for each field in each step.
|
TransMeta |
getTransMeta() |
List<ValueLineage> |
getValueLineages() |
void |
setTransMeta(TransMeta transMeta) |
void |
setValueLineages(List<ValueLineage> valueLineages) |
public TransDataLineage(TransMeta transMeta)
public TransMeta getTransMeta()
public void setTransMeta(TransMeta transMeta)
public List<ValueLineage> getValueLineages()
public void setValueLineages(List<ValueLineage> valueLineages)
valueLineages
- the valueLineages to setpublic void calculateLineage() throws org.pentaho.di.core.exception.KettleStepException
org.pentaho.di.core.exception.KettleStepException
- In case there is an exception calculating the lineage.
This is usually caused by unavailable data sources etc.