DeclarativeDestination

data class DeclarativeDestination(val checker: Checker, val spec: Spec, val discover: CatalogOperation? = null)

Root configuration for a declarative destination that uploads data according to its declarative components.

Constructors

Link copied to clipboard
constructor(checker: Checker, spec: Spec, discover: CatalogOperation? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val spec: Spec