Package io.openlineage.server
Class OpenLineage.Run
java.lang.Object
io.openlineage.server.OpenLineage.Run
- Enclosing class:
- OpenLineage
model class for Run
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Run
- Parameters:
runId
- The globally unique ID of the run associated with the job.facets
- The run facets.
-
-
Method Details
-
getRunId
- Returns:
- The globally unique ID of the run associated with the job.
-
getFacets
- Returns:
- The run facets.
-
getAdditionalProperties
- Returns:
- additional properties
-