CrawlerDeltaTarget

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

Constructors

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

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

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.