Abacn commented on issue #35777:
URL: https://github.com/apache/beam/issues/35777#issuecomment-3169031192

   This is WAI. BigQueryIO.read() default to EXPORT, where Beam does not read 
from BigQuery directly. It invokes BigQuery export API to export tables to gcs, 
then Beam just read GCS files.
   
   Have you tried BigQueryIO.read with DIRECT_READ method (which does not 
require tempLocation)?


-- 
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]

Reply via email to