Skip to content

Commit

Permalink
more error
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Nov 15, 2023
1 parent fe3f94d commit 04b1969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow/connectors/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,9 @@ func (c *SnowflakeConnector) NormalizeRecords(req *model.NormalizeRecordsRequest
req,
normalizeRecordsTx)
if err != nil {
log.WithFields(log.Fields{
"flowName": req.FlowJobName,
}).Errorf("[merge] error while normalizing records: %v", err)
return err
}

Expand Down

0 comments on commit 04b1969

Please sign in to comment.