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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to