Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Singleton
@Requires(property = "airbyte.connector.operation", value = "check")
@Requires(env = ["destination"] )
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
class DestinationCheckerSync<C : DestinationConfiguration>(val catalog: DestinationCatalog, stdinPipe: InputStream, writeOperation: WriteOperation, cleaner: CheckCleaner<C>) : DestinationChecker<C>
Link copied to clipboard
class DestinationCheckerSyncV2(val catalog: DestinationCatalog, stdinPipe: InputStream, writeOperation: WriteOperation, cleaner: CheckCleanerV2) : DestinationCheckerV2
Link copied to clipboard
interface DestinationCheckerV2
A check operation that is run before the destination is used.