Values_0.CustomCodeSourceSpecifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : ManyInputs.t;The data inputs identified by their node names.
*)code : ExtendedString.t;The custom code that is used to perform the data transformation.
*)className : EnclosedInStringProperty.t;The name defined for the custom code node class.
*)outputSchemas : GlueSchemas.t option;Specifies the data schema for the custom code transform.
*)}val make :
?outputSchemas:??? ->
name:NodeName.t ->
inputs:ManyInputs.t ->
code:ExtendedString.t ->
className:EnclosedInStringProperty.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NodeId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of GlueStudioColumnNameString.t ])
list ]
list ])
list ]
list
| `String of NodeName.t ])
list ]