Class OpenLineageRun

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.lineage.OpenLineageRun
All Implemented Interfaces:
Serializable

public class OpenLineageRun extends AtlanObject
Atlan wrapper for abstracting OpenLineage runs.

A run is an instance of a job that represents one of its occurrences in time.

Each run will have a uniquely identifiable runId that is generated by the client as a UUID. The client is responsible for maintaining the runId across different states in the same run.

For more details, see OpenLineage docs.
See Also: