Values_0.DeltaTargetSourceSpecifies a Delta data store to crawl one or more Delta tables.
type nonrec t = {deltaTables : PathList.t option;A list of the Amazon S3 paths to the Delta tables.
*)connectionName : ConnectionName.t option;The name of the connection to use to connect to the Delta table target.
*)writeManifest : NullableBoolean.t option;Specifies whether to write the manifest files to the Delta table path.
*)createNativeDeltaTable : NullableBoolean.t option;Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of Path.t ] list
| `String of ConnectionName.t ])
list ]