feat: update extractor error handling to use models.UnknownRowValues for improved type consistency
This commit is contained in:
@@ -109,7 +109,7 @@ func loadChunkPostgres(
|
||||
return false
|
||||
}
|
||||
|
||||
func loadRowsMssql(ctx context.Context, tableInfo config.TargetTableInfo, columns []ColumnType, db *sql.DB, in <-chan []UnknownRowValues) error {
|
||||
func loadRowsMssql(ctx context.Context, tableInfo config.TargetTableInfo, columns []ColumnType, db *sql.DB, in <-chan []models.UnknownRowValues) error {
|
||||
chunkCount := 0
|
||||
totalRowsLoaded := 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user