DirectLoadTableWriter

constructor(internalNamespace: String, names: TableCatalog, stateGatherer: DatabaseInitialStatusGatherer<DirectLoadInitialStatus>, destinationHandler: DatabaseHandler, nativeTableOperations: DirectLoadTableNativeOperations, sqlTableOperations: DirectLoadTableSqlOperations, streamStateStore: StreamStateStore<DirectLoadTableExecutionConfig>, tempTableNameGenerator: TempTableNameGenerator)

Parameters

directLoadTableTempTableNameMigration

Iff you are implementing a destination which previously existed, and used the T+D style of temporary tables (i.e. suffixing the final table with _airbyte_tmp), you MUST provide this object.