Module Values_1.DataPrepConfigurationSource

Configuration for data preparation operations, defining the complete pipeline from source tables through transformations to destination tables.

Sourcetype nonrec t = {
  1. sourceTableMap : SourceTableMap.t;
    (*

    A map of source tables that provide information about underlying sources.

    *)
  2. transformStepMap : TransformStepMap.t;
    (*

    A map of transformation steps that process the data.

    *)
  3. destinationTableMap : DestinationTableMap.t;
    (*

    A map of destination tables that receive the final prepared data.

    *)
}
Sourceval context_ : string
Sourceval make : sourceTableMap:SourceTableMap.t -> transformStepMap:TransformStepMap.t -> destinationTableMap:DestinationTableMap.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of Values_0.DataSetEntityResourceId.t ] * [> `Structure of (string * [> `String of Values_0.DataSetEntityResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.ColumnName.t | `Structure of (string * [> `String of Values_0.ColumnName.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of string | `Structure of (string * [> `Double of Values_0.SensitiveDouble.t | `List of [> `String of DataSetStringFilterStaticValue.t ] list | `String of DataSetStringFilterStaticValue.t | `Timestamp of Values_0.SensitiveTimestamp.t ]) list ]) list ]) list ]) list ] list | `String of Values_0.Arn.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.DataSetEntityResourceId.t | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) list ]) 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