Skip to content

Commit

Permalink
Merge branch 'main' into simpler-times
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Mar 18, 2024
2 parents 5f2dfde + ed7d05e commit 07cc0e6
Show file tree
Hide file tree
Showing 3 changed files with 2,637 additions and 2,058 deletions.
2 changes: 1 addition & 1 deletion flow/connectors/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func (c *BigQueryConnector) NormalizeRecords(ctx context.Context, req *model.Nor
SoftDelete: req.SoftDelete,
})
if mergeErr != nil {
return nil, err
return nil, mergeErr
}

err = c.pgMetadata.UpdateNormalizeBatchID(ctx, req.FlowJobName, batchId)
Expand Down
Loading

0 comments on commit 07cc0e6

Please sign in to comment.