Values_2.GetPlanRequestSourceGets code to perform a specified mapping.
type nonrec t = {mapping : MappingList.t;The list of mappings from a source table to target tables.
*)source : Values_0.CatalogEntry.t;The source table.
*)sinks : Values_0.CatalogEntries.t option;The target tables.
*)location : Location.t option;The parameters for the mapping.
*)language : Values_1.Language.t option;The programming language of the code to perform the mapping.
*)additionalPlanOptionsMap : Values_0.AdditionalPlanOptionsMap.t option;A map to hold additional optional key-value parameters. Currently, these key-value pairs are supported: inferSchema —  Specifies whether to set inferSchema to true or false for the default script generated by an Glue job. For example, to set inferSchema to true, pass the following key value pair: --additional-plan-options-map '{"inferSchema":"true"}'
*)}val make :
?sinks:??? ->
?location:??? ->
?language:??? ->
?additionalPlanOptionsMap:??? ->
mapping:MappingList.t ->
source:Values_0.CatalogEntry.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of Values_1.TableName.t ]) list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of string ])
list ]
list
| `String of string ])
list ])
list ]