Class OpenLineageInputDataSetInputFacet
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageFacet
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageInputDataSetInputFacet
- Direct Known Subclasses:
OpenLineageDataQualityAssertionsInputDataSetFacet
,OpenLineageDataQualityMetricsInputDataSetFacet
This class represents the Common header for facets relating to an input data set in the open lineage standard spec
https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
-
Constructor Summary
ConstructorDescriptionDefault constructorOpenLineageInputDataSetInputFacet
(URI schemaURL) Subclass constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageFacet
equals, get_producer, get_schemaURL, getAdditionalProperties, hashCode, set_producer, set_schemaURL, setAdditionalProperties
-
Constructor Details
-
OpenLineageInputDataSetInputFacet
public OpenLineageInputDataSetInputFacet()Default constructor -
OpenLineageInputDataSetInputFacet
Subclass constructor- Parameters:
schemaURL
- default value for schemaURL
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toString
in classOpenLineageFacet
- Returns:
- print out of variables in a JSON-style
-