Package io.openlineage.client
Class OpenLineage.LineageDatasetInput
java.lang.Object
io.openlineage.client.OpenLineage.LineageDatasetInput
- All Implemented Interfaces:
OpenLineage.LineageInput
- Enclosing class:
- OpenLineage
public static final class OpenLineage.LineageDatasetInput
extends Object
implements OpenLineage.LineageInput
model class for LineageDatasetInput
-
Method Details
-
getNamespace
- Returns:
- The namespace of the source dataset.
-
getName
- Returns:
- The name of the source dataset.
-
getType
- Returns:
- The source entity type. Must be DATASET.
-
getField
- Returns:
- The source field. At entity level it represents a dataset-wide dependency; at field level it identifies the source field.
-
getTransformations
- Returns:
- Transformations applied to the source data.
-
equals
-
hashCode
public int hashCode()
-