Values_0.DataSourceSourceA data source (an Glue table) for which you want data quality results.
type nonrec t = {glueTable : GlueTable.t option;An Glue table.
*)dataQualityGlueTable : DataQualityGlueTable.t option;An Glue table for Data Quality Operations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of NameString.t ]
* [> `String of DescriptionString.t ])
list
| `String of NameString.t ])
list ])
list ]