DeltaTarget

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
inline fun copy(block: DeltaTarget.Builder.() -> Unit = {}): DeltaTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String