Module Values_0.SnowflakeSourceSource

Specifies a Snowflake data source.

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

    The name of the Snowflake data source.

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

    Configuration for the Snowflake data source.

    *)
  3. outputSchemas : GlueSchemas.t option;
    (*

    Specifies user-defined schemas for your output data.

    *)
}
Sourceval context_ : string
Sourceval make : ?outputSchemas:??? -> name:NodeName.t -> data:SnowflakeNodeData.t -> unit -> t
Sourceval 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 ]
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