Values_0.SnowflakeSourceSourceSpecifies a Snowflake data source.
type nonrec t = {name : NodeName.t;The name of the Snowflake data source.
*)data : SnowflakeNodeData.t;Configuration for the Snowflake data source.
*)outputSchemas : GlueSchemas.t option;Specifies user-defined schemas for your output data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of GlueStudioColumnNameString.t ])
list ]
list ])
list ]
list
| `String of NodeName.t
| `Structure of
(string
* [> `Boolean of BooleanValue.t
| `List of
[> `Structure of
(string * [> `String of EnclosedInStringProperty.t ])
list ]
list
| `Map of
([> `String of EnclosedInStringProperty.t ]
* [> `String of EnclosedInStringProperty.t ])
list
| `String of GenericLimitedString.t
| `Structure of
(string * [> `String of EnclosedInStringProperty.t ]) list ])
list ])
list ]