Values.LineageNodeReferenceSourceThe reference details for the data lineage node.
type nonrec t = {id : LineageNodeId.t option;The ID of the data lineage node.
*)eventTimestamp : Timestamp.t option;The event timestamp of the data lineage node.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of LineageNodeId.t | `Timestamp of Timestamp.t ])
list ]