Skip to main content

Lineage_V1_0_0_Runevent

Attributes:

eventTime (str): the time the event occurred at producer (str): URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha schemaURL (str): URI identifying the corresponding version of the schema definition for this RunEvent eventType (str, optional): the current transition of the run state. It is required to issue 1 START event and 1 of [ COMPLETE, ABORT, FAIL ] event per run. Additional events with OTHER eventType can be added to the same run. For example to send additional metadata after the run is complete run (Lineage_V1_0_0_Runevent_Run) job (Lineage_V1_0_0_Runevent_Job) inputs (list[Lineage_V1_0_0_Runevent_Inputdataset], optional): The set of input datasets. outputs (list[Lineage_V1_0_0_Runevent_Outputdataset], optional): The set of output datasets.

eventTimestring
eventTypestring | null
inputsLineage_V1_0_0_Runevent_Inputdataset[] | null

Attributes:

namespace (str): The namespace containing that job name (str): The unique name for that job within that namespace facets (dict[str, dict[str, typing.Any]], optional): The job facets.

null
namestring
Required
namespacestring
Required
outputsLineage_V1_0_0_Runevent_Outputdataset[] | null
producerstring

Attributes:

runId (uuid.UUID): The globally unique ID of the run associated with the job. facets (dict[str, dict[str, typing.Any]], optional): The run facets.

null
runIduuid
Required
schemaURLstring

Was this page helpful?