Package io.openlineage.client
Class OpenLineage.DatasetEvent
- java.lang.Object
-
- io.openlineage.client.OpenLineage.DatasetEvent
-
- All Implemented Interfaces:
OpenLineage.BaseEvent
- Enclosing class:
- OpenLineage
public static final class OpenLineage.DatasetEvent extends java.lang.Object implements OpenLineage.BaseEvent
model class for DatasetEvent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenLineage.StaticDataset
getDataset()
java.time.ZonedDateTime
getEventTime()
java.net.URI
getProducer()
java.net.URI
getSchemaURL()
-
-
-
Method Detail
-
getEventTime
public java.time.ZonedDateTime getEventTime()
- Specified by:
getEventTime
in interfaceOpenLineage.BaseEvent
- Returns:
- the time the event occurred at
-
getProducer
public java.net.URI 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
public java.net.URI 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
public OpenLineage.StaticDataset getDataset()
-
-