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/03 23:51:09 UTC

[GitHub] [beam] kennknowles opened a new issue, #19375: Remove destination tables in BigQueryStorageQuerySource

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

   In BigQueryStorageQuerySource, the results of a BigQuery query are written to a (named) temporary destination table rather than to an anonymous table since the BigQuery storage API can't currently read from all anonymous tables. When this API restriction is removed, then the BigQueryStorageQuerySource can start reading directly from anonymous result tables and most of the logic related to template compatibility and temporary dataset cleanup can be removed.
   
   Imported from Jira [BEAM-6931](https://issues.apache.org/jira/browse/BEAM-6931). Original Jira may contain additional context.
   Reported by: kjung520.


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