Skip to content

Commit

Permalink
remove buggy log
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Dec 12, 2023
1 parent 7f52a5c commit 9a3d293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/connectors/bigquery/qrep_avro_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ func (s *QRepAvroSyncMethod) writeToStage(
avro.CompressNone, qvalue.QDWHTypeBigQuery)
idLog := slog.Group("write-metadata",
slog.String("batchOrPartitionID", syncID),
slog.String("avroFilePath", avroFile.FilePath),
)
if s.gcsBucket != "" {

Expand Down

0 comments on commit 9a3d293

Please sign in to comment.