Package io.openlineage.server
Class OpenLineage.JobEvent
java.lang.Object
io.openlineage.server.OpenLineage.JobEvent
- All Implemented Interfaces:
OpenLineage.BaseEvent
- Enclosing class:
- OpenLineage
model class for JobEvent
-
Constructor Summary
ConstructorDescriptionJobEvent
(ZonedDateTime eventTime, URI producer, URI schemaURL, OpenLineage.Job job, List<OpenLineage.InputDataset> inputs, List<OpenLineage.OutputDataset> outputs) -
Method Summary
-
Constructor Details
-
JobEvent
public JobEvent(ZonedDateTime eventTime, URI producer, URI schemaURL, OpenLineage.Job job, List<OpenLineage.InputDataset> inputs, List<OpenLineage.OutputDataset> outputs) - 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 RunEventjob
- the jobinputs
- The set of **input** datasets.outputs
- The set of **output** datasets.
-
-
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.
-
getAdditionalProperties
- Specified by:
getAdditionalProperties
in interfaceOpenLineage.BaseEvent
- Returns:
- additional properties
-