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.