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