WriteOperation

@Singleton
@Requires(property = "airbyte.connector.operation", value = "write")
class WriteOperation(destinationLifecycle: DestinationLifecycle) : Operation

Constructors

Link copied to clipboard
constructor(destinationLifecycle: DestinationLifecycle)

Functions

Link copied to clipboard
open override fun execute()