Values.OpenLineageRunEventSummarySourceThe open lineage run event summary.
type nonrec t = {eventType : OpenLineageRunState.t option;The event type of the open lineage run event summary.
*)runId : String_.t option;The runID of the open lineage run event summary.
*)job : NameIdentifier.t option;The job of the open lineage run event summary.
*)inputs : NameIdentifiers.t option;The inputs of the open lineage run event summary.
*)outputs : NameIdentifiers.t option;The outputs of the open lineage run event summary.
*)}