Values.LineageSqlQueryRunDetailsSourceThe SQL query run details of a data lineage run.
type nonrec t = {queryStartTime : Timestamp.t option;The query start time in the SQL query run details of a data lineage run.
*)queryEndTime : Timestamp.t option;The query end time in the SQL query run details of a data lineage run.
*)totalQueriesProcessed : Integer.t option;The total queries processed in the SQL query run details of a data lineage run.
*)numQueriesFailed : Integer.t option;The number of queries that failed in the SQL query run details of a data lineage run.
*)errorMessages : FailedQueryProcessingErrorMessages.t option;The error message of the SQL query run details of a data lineage run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Timestamp of Timestamp.t ])
list ]