Module Values_1.DestinationTableSourceSource

Specifies the source of data for a destination table, including the transform operation and column mappings.

Sourcetype nonrec t = {
  1. transformOperationId : Values_0.DataSetEntityResourceId.t;
    (*

    The identifier of the transform operation that provides data to the destination table.

    *)
}
Sourceval context_ : string
Sourceval make : transformOperationId:Values_0.DataSetEntityResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DataSetEntityResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t