Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 23, 2024
1 parent ff3c75d commit c8ff308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (s *Store) putTable(ctx context.Context, dataset string, tableID types.Tabl
}

if relTableName != bqTableID.Table() {
// TODO: Use [tableID.Table] instead of [relTableName].
// TODO: Use [bqTableID.Table] instead of [relTableName].
slog.Error("BigQuery table name is different",
slog.String("relTableName", relTableName),
slog.String("bqTableID.Table", bqTableID.Table()),
Expand Down

0 comments on commit c8ff308

Please sign in to comment.