Skip to content

Commit a9de93f

Browse files
authored
Merge pull request #946 from data-integrations/fix-update-upsert-copy-jobs
Fixed issue with BigQuery jobs for update/upsert failing
2 parents ab2c24c + 8d1ac50 commit a9de93f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/cdap/plugin/gcp/bigquery/sqlengine/BigQueryWrite.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ protected QueryJobConfiguration.Builder getUpdateUpsertQueryJobBuilder(TableId s
388388

389389
return QueryJobConfiguration.newBuilder(query)
390390
.setPriority(sqlEngineConfig.getJobPriority())
391-
.setCreateDisposition(JobInfo.CreateDisposition.CREATE_NEVER)
392391
.setLabels(BigQuerySQLEngineUtils.getJobTags("copy"));
393392
}
394393

0 commit comments

Comments
 (0)