Values_0.DataQualityObservationSourceDescribes the observation generated after evaluating the rules and analyzers.
type nonrec t = {description : DataQualityObservationDescription.t option;A description of the data quality observation.
*)metricBasedObservation : MetricBasedObservation.t option;An object of type MetricBasedObservation representing the observation that is based on evaluated data quality metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DataQualityObservationDescription.t
| `Structure of
(string
* [> `List of [> `String of NameString.t ] list
| `String of NameString.t
| `Structure of (string * [> `Double of NullableDouble.t ]) list ])
list ])
list ]