Values_0.S3DeltaSourceSourceSpecifies a Delta Lake data source stored in Amazon S3.
type nonrec t = {name : NodeName.t;The name of the Delta Lake source.
*)paths : EnclosedInStringProperties.t;A list of the Amazon S3 paths to read from.
*)additionalDeltaOptions : AdditionalOptions.t option;Specifies additional connection options.
*)additionalOptions : S3DirectSourceAdditionalOptions.t option;Specifies additional options for the connector.
*)outputSchemas : GlueSchemas.t option;Specifies the data schema for the Delta Lake source.
*)}val make :
?additionalDeltaOptions:??? ->
?additionalOptions:??? ->
?outputSchemas:??? ->
name:NodeName.t ->
paths:EnclosedInStringProperties.t ->
unit ->
tval 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 ]