Module Values_0.S3DeltaSourceSource

Specifies a Delta Lake data source stored in Amazon S3.

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

    The name of the Delta Lake source.

    *)
  2. paths : EnclosedInStringProperties.t;
    (*

    A list of the Amazon S3 paths to read from.

    *)
  3. additionalDeltaOptions : AdditionalOptions.t option;
    (*

    Specifies additional connection options.

    *)
  4. additionalOptions : S3DirectSourceAdditionalOptions.t option;
    (*

    Specifies additional options for the connector.

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

    Specifies the data schema for the Delta Lake source.

    *)
}
Sourceval context_ : string
Sourceval make : ?additionalDeltaOptions:??? -> ?additionalOptions:??? -> ?outputSchemas:??? -> name:NodeName.t -> paths:EnclosedInStringProperties.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of EnclosedInStringProperty.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of GlueStudioColumnNameString.t ]) list ] list ]) list ] list | `Map of ([> `String of EnclosedInStringProperty.t ] * [> `String of EnclosedInStringProperty.t ]) list | `String of NodeName.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Long of BoxedLong.t | `String of EnclosedInStringProperty.t ]) 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