Package io.openlineage.client
Class OpenLineage.JobEvent
java.lang.Object
io.openlineage.client.OpenLineage.JobEvent
- All Implemented Interfaces:
OpenLineage.BaseEvent
- Enclosing class:
- OpenLineage
model class for JobEvent
-
Method Summary
-
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
-
getJob
-
getInputs
- Returns:
- The set of **input** datasets.
-
getOutputs
- Returns:
- The set of **output** datasets.
-