psinghbay1 commented on issue #36179:
URL: https://github.com/apache/beam/issues/36179#issuecomment-3300549741
should use the projectId based on below logic.
```java
String projectId = bqOptions.getBigQueryProject() != null ?
bqOptions.getBigQueryProject() : bqOptions.getProject();
```
--
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]