Crawler Delta Target Args
data class CrawlerDeltaTargetArgs(val connectionName: Output<String>? = null, val createNativeDeltaTable: Output<Boolean>? = null, val deltaTables: Output<List<String>>? = null, val writeManifest: Output<Boolean>? = null) : ConvertibleToJava<CrawlerDeltaTargetArgs>
Specifies a Delta data store to crawl one or more Delta tables.
Constructors
Properties
Link copied to clipboard
The name of the connection to use to connect to the Delta table target.
Link copied to clipboard
Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.
Link copied to clipboard
A list of the Amazon S3 paths to the Delta tables.
Link copied to clipboard
Specifies whether to write the manifest files to the Delta table path.