Class OpenLineageDataSetFacets

java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataSetFacets

public class OpenLineageDataSetFacets extends Object
This class represents the map of dataset facets for a dataset. The standard facets from the OpenLineage spec, and the custom facets registered in the OpenLineage registry, are held in named properties. Any other facets (custom facets, or standard facets not yet modelled) are held in the additionalProperties map, keyed by their facet name, so that nothing is lost on a round trip through these beans. The map key of each facet in the JSON is the facet's key from the OpenLineage spec.