Values_1.DataQualityResultDescriptionSourceDescribes a data quality result.
type nonrec t = {resultId : Values_0.HashString.t option;The unique result ID for this data quality result.
*)dataSource : Values_0.DataSource.t option;The table name associated with the data quality result.
*)jobName : Values_0.NameString.t option;The job name associated with the data quality result.
*)jobRunId : Values_0.HashString.t option;The job run ID associated with the data quality result.
*)startedOn : Values_0.Timestamp.t option;The time that the run started for this data quality result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.HashString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of string ] * [> `String of string ])
list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]