Package io.openlineage.server
Class OpenLineage.DatasetEvent
java.lang.Object
io.openlineage.server.OpenLineage.DatasetEvent
- All Implemented Interfaces:
OpenLineage.BaseEvent
- Enclosing class:
- OpenLineage
model class for DatasetEvent
-
Constructor Summary
ConstructorDescriptionDatasetEvent
(ZonedDateTime eventTime, URI producer, URI schemaURL, OpenLineage.StaticDataset dataset) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DatasetEvent
public DatasetEvent(ZonedDateTime eventTime, URI producer, URI schemaURL, OpenLineage.StaticDataset dataset) - Parameters:
eventTime
- the time the event occurred atproducer
- URI identifying the producer of this metadata. For example this could be a git url with a given tag or shaschemaURL
- The JSON Pointer (https://tools.ietf.org/html/rfc6901) URL to the corresponding version of the schema definition for this RunEventdataset
- the dataset
-
-
Method Details
-
getEventTime
- Specified by:
getEventTime
in interfaceOpenLineage.BaseEvent
- Returns:
- the time the event occurred at
-
getProducer
- Specified by:
getProducer
in interfaceOpenLineage.BaseEvent
- Returns:
- URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha
-
getSchemaURL
- Specified by:
getSchemaURL
in interfaceOpenLineage.BaseEvent
- Returns:
- The JSON Pointer (https://tools.ietf.org/html/rfc6901) URL to the corresponding version of the schema definition for this RunEvent
-
getDataset
-
getAdditionalProperties
- Specified by:
getAdditionalProperties
in interfaceOpenLineage.BaseEvent
- Returns:
- additional properties
-