Values.DimensionMappingSourceThis type is used to map column(s) from the query result to a dimension in the destination table.
type nonrec t = {name : SchemaName.t;Column name from query result.
*)dimensionValueType : DimensionValueType.t;Type for the dimension.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SchemaName.t ]) list ]