Values_0.SnowflakeTargetSourceSpecifies a Snowflake target.
type nonrec t = {name : NodeName.t;The name of the Snowflake target.
*)data : SnowflakeNodeData.t;Specifies the data of the Snowflake target node.
*)inputs : OneInput.t option;The nodes that are inputs to the data target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NodeId.t ] 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 ]