You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 15:44:38 UTC

[GitHub] [beam] damccorm opened a new issue, #20200: Support custom gcs location for bigquery read

damccorm opened a new issue, #20200:
URL: https://github.com/apache/beam/issues/20200

   Java and Python handles the usage of temp location for bigquery io differently.
   Java's Read only uses and validates tempLocation but Write takes customGcsLocation and falls back to tempLocation.
   Python's Read takes gcs_location and falls back to temp_location while Write takes custom_gcs_temp_location and falls back to temp_location.
   
   
   We need an equivalence of https://github.com/apache/beam/blob/0a0399f71cf14ecabe7e73b6cd596325bb7ff2ea/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L2314 for the Read class.
   
   Imported from Jira [BEAM-10182](https://issues.apache.org/jira/browse/BEAM-10182). Original Jira may contain additional context.
   Reported by: ningk.


-- 
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-unsubscribe@beam.apache.org.apache.org

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