Skip to content

Commit

Permalink
Added BQ Execute Retry
Browse files Browse the repository at this point in the history
Added BQ Retry
  • Loading branch information
psainics authored and priyabhatnagar25 committed Jan 16, 2024
1 parent c8ffc86 commit 3eea7c5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ public void run(ActionContext context) throws Exception {
// Enable legacy SQL
builder.setUseLegacySql(config.isLegacySQL());

// Location must match that of the dataset(s) referenced in the query.
JobId jobId = JobId.newBuilder().setRandomJob().setLocation(config.getLocation()).build();

// API request - starts the query.
Credentials credentials = config.getServiceAccount() == null ?
null : GCPUtils.loadServiceAccountCredentials(config.getServiceAccount(),
Expand Down

0 comments on commit 3eea7c5

Please sign in to comment.