Module Values_0.SnowflakeTargetSource

Specifies a Snowflake target.

Sourcetype nonrec t = {
  1. name : NodeName.t;
    (*

    The name of the Snowflake target.

    *)
  2. data : SnowflakeNodeData.t;
    (*

    Specifies the data of the Snowflake target node.

    *)
  3. inputs : OneInput.t option;
    (*

    The nodes that are inputs to the data target.

    *)
}
Sourceval context_ : string
Sourceval make : ?inputs:??? -> name:NodeName.t -> data:SnowflakeNodeData.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t