[
https://issues.apache.org/jira/browse/BEAM-10917?focusedWorklogId=631890&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-631890
]
ASF GitHub Bot logged work on BEAM-10917:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/21 21:31
Start Date: 30/Jul/21 21:31
Worklog Time Spent: 10m
Work Description: satybald commented on a change in pull request #15185:
URL: https://github.com/apache/beam/pull/15185#discussion_r680228342
##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -883,6 +895,221 @@ def _export_files(self, bq):
return table.schema, metadata_list
+class _CustomBigQueryStorageSourceBase(BoundedSource):
Review comment:
Thank you for the storage api client support! I am wondering could big
query storage API be used to read a temporary table from BQ?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 631890)
Time Spent: 6h (was: 5h 50m)
> Implement a BigQuery bounded source using the BigQuery storage API
> ------------------------------------------------------------------
>
> Key: BEAM-10917
> URL: https://issues.apache.org/jira/browse/BEAM-10917
> Project: Beam
> Issue Type: New Feature
> Components: io-py-gcp
> Reporter: Kenneth Jung
> Priority: P3
> Time Spent: 6h
> Remaining Estimate: 0h
>
> The Java SDK contains a bounded source implementation which uses the BigQuery
> storage API to read from BigQuery. We should implement the same for Python.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)