checkCatalog

@Requires(property = "airbyte.connector.operation", value = "check")
@Singleton
fun checkCatalog(@Named(value = "checkNamespace") checkNamespace: String?, namespaceMapper: NamespaceMapper): DestinationCatalog

Warning: Most destinations do not use this.

Catalog stub for running SYNC from within a CHECK operation.

Used exclusively by the DefaultDestinationChecker.