Skip to content

Commit

Permalink
bulker: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Mar 27, 2024
1 parent 14db62e commit 99a61b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bulkerapp/app/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func (r *Router) BulkHandler(c *gin.Context) {
if !schema.IsEmpty() {
streamOptions = append(streamOptions, bulker.WithSchema(schema))
}
r.Infof("Schema for %s: %+v\njson:%s", jobId, schema, schemaHeader)
}
//streamOptions = append(streamOptions, sql.WithoutOmitNils())
destination.InitBulkerInstance()
Expand Down

0 comments on commit 99a61b7

Please sign in to comment.