Values.LineageEventSummarySourceThe data lineage event summary.
type nonrec t = {id : LineageEventIdentifier.t option;The ID of the data lineage event.
*)domainId : DomainId.t option;The domain ID of the lineage event.
*)processingStatus : LineageEventProcessingStatus.t option;The processing status of the data lineage event.
*)eventTime : Timestamp.t option;The time of the data lineage event.
*)eventSummary : EventSummary.t option;The summary of the data lineate event.
*)createdBy : CreatedBy.t option;The user who created the data lineage event.
*)createdAt : CreatedAt.t option;The timestamp at which data lineage event was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LineageEventIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]