Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
fun interface CheckCleanerV2
Link copied to clipboard
@Singleton
@Requires(property = "airbyte.connector.operation", value = "check")
@Requires(env = ["destination"])
class CheckOperation<T : ConfigurationSpecification, C : DestinationConfiguration>(val configJsonObjectSupplier: ConfigurationSpecificationSupplier<T>, val configFactory: DestinationConfigurationFactory<T, C>, val destinationChecker: DestinationChecker<C>, exceptionHandler: ExceptionHandler, outputConsumer: OutputConsumer) : Operation
Link copied to clipboard
class CheckOperationV2(val destinationChecker: DestinationCheckerV2, outputConsumer: OutputConsumer) : Operation
Link copied to clipboard

A check operation that is run before the destination is used.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A check operation that is run before the destination is used.