Values_1.DestinationTableSourceDefines a destination table in data preparation that receives the final transformed data.
type nonrec t = {alias : DestinationTableAlias.t;Alias for the destination table.
*)source : DestinationTableSource.t;The source configuration that specifies which transform operation provides data to this destination table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DestinationTableAlias.t
| `Structure of
(string * [> `String of Values_0.DataSetEntityResourceId.t ]) list ])
list ]