Module Values_0.GlueSchemaSource

Specifies a user-defined schema when a schema cannot be determined by Glue.

Sourcetype nonrec t = {
  1. columns : GlueStudioSchemaColumnList.t option;
    (*

    Specifies the column definitions that make up a Glue schema.

    *)
}
Sourceval make : ?columns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of GlueStudioColumnNameString.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