Skip to content

Commit

Permalink
feat: project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoReboul committed Dec 28, 2020
1 parent 370e982 commit d088212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/gbq/func_gettable.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func getTable(ctx context.Context, tableName string, dataset *bigquery.Dataset)
log.Printf("gbq need to update partition expiration on table %s", tableName)
needToUpdate = true
}
if reflect.DeepEqual(tableMetadata.Schema, schema) {
if !reflect.DeepEqual(tableMetadata.Schema, schema) {
tableMetadataToUpdate.Schema = schema
log.Printf("gbq need to update schema on table %s", tableName)
needToUpdate = true
Expand Down

0 comments on commit d088212

Please # to comment.