refactor: replace Exec with Consume method in MssqlTransformer; enhance retry handling and streamline transformation logic
This commit is contained in:
@@ -161,9 +161,10 @@ func processMigrationJob(
|
||||
|
||||
for range maxExtractors {
|
||||
wgTransformers.Go(func() {
|
||||
transformer.Exec(
|
||||
transformer.Consume(
|
||||
localCtx,
|
||||
sourceColTypes,
|
||||
job.Retry,
|
||||
chBatchesRaw,
|
||||
chBatchesTransformed,
|
||||
chJobErrors,
|
||||
|
||||
Reference in New Issue
Block a user