CrawlerDeltaTarget

data class CrawlerDeltaTarget(val connectionName: String? = null, val createNativeDeltaTable: Boolean? = null, val deltaTables: List<String>? = null, val writeManifest: Boolean? = null)

Specifies a Delta data store to crawl one or more Delta tables.

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, createNativeDeltaTable: Boolean? = null, deltaTables: List<String>? = null, writeManifest: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

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
val deltaTables: List<String>? = null

A list of the Amazon S3 paths to the Delta tables.

Link copied to clipboard
val writeManifest: Boolean? = null

Specifies whether to write the manifest files to the Delta table path.