Values_1.DestinationTableSourceSourceSpecifies the source of data for a destination table, including the transform operation and column mappings.
type nonrec t = {transformOperationId : Values_0.DataSetEntityResourceId.t;The identifier of the transform operation that provides data to the destination table.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.DataSetEntityResourceId.t ]) list ]