Values_0.MergeSourceSpecifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : TwoInputs.t;The data inputs identified by their node names.
*)source : NodeId.t;The source DynamicFrame that will be merged with a staging DynamicFrame.
*)primaryKeys : GlueStudioPathList.t;The list of primary key fields to match records from the source and staging dynamic frames.
*)}val make :
name:NodeName.t ->
inputs:TwoInputs.t ->
source:NodeId.t ->
primaryKeys:GlueStudioPathList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of [> `String of EnclosedInStringProperty.t ] list
| `String of NodeId.t ]
list
| `String of NodeName.t ])
list ]