Values.JobRunDetailsSourceThe details of a job run.
type nonrec t = {lineageRunDetails : LineageRunDetails.t option;The data lineage details of a job run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]