yihua commented on code in PR #11956:
URL: https://github.com/apache/hudi/pull/11956#discussion_r1769451467
##########
hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/HoodieBigQuerySyncClient.java:
##########
@@ -124,7 +128,7 @@ public void createOrUpdateTableUsingBqManifestFile(String
tableName, String bqMa
QueryJobConfiguration queryConfig =
QueryJobConfiguration.newBuilder(query)
.setUseLegacySql(false)
.build();
- JobId jobId =
JobId.newBuilder().setProject(projectId).setRandomJob().build();
+ JobId jobId =
JobId.newBuilder().setProject(billingProjectId).setRandomJob().build();
Review Comment:
You can directly update
```
.withDocumentation("Name of the billing project id in BigQuery. By default
it will use the BIGQUERY_SYNC_PROJECT_ID");
```
When we cut release docs, the config docs is going to be automatically
updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]