Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Feb 7, 2024
1 parent 3e5c4b9 commit 72bac59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow/connectors/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,9 @@ func (c *BigQueryConnector) SetupNormalizedTables(
// table exists, go to next table
tableExistsMapping[tableIdentifier] = true
datasetTablesSet[*datasetTable] = struct{}{}

c.logger.Info(fmt.Sprintf("table already exists %s", tableIdentifier))
numTablesSetup.Add(1)
continue
}

Expand Down

0 comments on commit 72bac59

Please sign in to comment.