StaticOperationProvider
class StaticOperationProvider(objectName: String, syncMode: ImportType, schema: AirbyteType, matchingKeys: List<List<String>>) : OperationProvider
This class has not been used yet but shows why we structured OperationSupplier as we did
Constructors
Link copied to clipboard
constructor(objectName: String, syncMode: ImportType, schema: AirbyteType, matchingKeys: List<List<String>>)