There was an error while loading. Please reload this page.
1 parent f1a4f71 commit 9a2231aCopy full SHA for 9a2231a
1 file changed
flow/activities/flowable_core.go
@@ -637,6 +637,7 @@ func (a *FlowableActivity) startNormalize(
637
config.DestinationName,
638
)
639
if errors.Is(err, errors.ErrUnsupported) {
640
+ normalizeResponses.Update(batchID)
641
return monitoring.UpdateEndTimeForCDCBatch(ctx, a.CatalogPool, config.FlowJobName, batchID)
642
} else if err != nil {
643
return a.Alerter.LogFlowError(ctx, config.FlowJobName, fmt.Errorf("failed to get normalize connector: %w", err))
0 commit comments