Module Values_1.DestinationTableSource

Defines a destination table in data preparation that receives the final transformed data.

Sourcetype nonrec t = {
  1. alias : DestinationTableAlias.t;
    (*

    Alias for the destination table.

    *)
  2. source : DestinationTableSource.t;
    (*

    The source configuration that specifies which transform operation provides data to this destination table.

    *)
}
Sourceval context_ : string
Sourceval make : alias:DestinationTableAlias.t -> source:DestinationTableSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DestinationTableAlias.t | `Structure of (string * [> `String of Values_0.DataSetEntityResourceId.t ]) list ]) 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