Values_0.MetricBasedObservationSourceDescribes the metric based observation generated based on evaluated data quality metrics.
type nonrec t = {metricName : NameString.t option;The name of the data quality metric used for generating the observation.
*)statisticId : HashString.t option;The Statistic ID.
*)metricValues : DataQualityMetricValues.t option;An object of type DataQualityMetricValues representing the analysis of the data quality metric value.
*)newRules : NewRules.t option;A list of new data quality rules generated as part of the observation based on the data quality metric value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NameString.t ] list
| `String of NameString.t
| `Structure of (string * [> `Double of NullableDouble.t ]) list ])
list ]