Package org.apache.beam.sdk.lineage
package org.apache.beam.sdk.lineage
Lineage tracking support for Apache Beam pipelines.
This package provides a plugin mechanism to support different lineage implementations through
the LineageBase interface. Lineage implementations can be
selected via the --lineageType pipeline option to track data lineage information during
pipeline execution.
For lineage capabilities, see Lineage.
-
InterfacesClassDescriptionPlugin interface for lineage implementations.Pipeline options for selecting a custom
LineageBaseimplementation.