Skip to content

Commit

Permalink
add logs when staging table is found
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Dec 17, 2023
1 parent 96bb20f commit 25e39ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/connectors/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func (c *BigQueryConnector) WaitForTableReady(tblName string) error {

_, err := table.Metadata(c.ctx)
if err == nil {
log.Infof("table %s is ready", tblName)
return nil
}

Expand Down

0 comments on commit 25e39ae

Please sign in to comment.