[
https://issues.apache.org/jira/browse/BEAM-6749?focusedWorklogId=205283&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-205283
]
ASF GitHub Bot logged work on BEAM-6749:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Feb/19 18:09
Start Date: 27/Feb/19 18:09
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #7950:
[BEAM-6749] Add BigQuery Storage API info to docs
URL: https://github.com/apache/beam/pull/7950#discussion_r260875527
##########
File path: website/src/documentation/io/built-in-google-bigquery.md
##########
@@ -167,11 +167,15 @@ schema](#creating-a-table-schema) covers schemas in more
detail.
## Reading from BigQuery
BigQueryIO allows you to read from a BigQuery table, or read the results of
-an arbitrary SQL query string. When you apply a BigQueryIO read transform,
-Beam invokes a [BigQuery export
request](https://cloud.google.com/bigquery/docs/exporting-data).
-Beam’s use of this API is subject to BigQuery's
[Quota](https://cloud.google.com/bigquery/quota-policy#export)
-and [Pricing](https://cloud.google.com/bigquery/pricing) policies.
+an arbitrary SQL query string. By default, when you apply a BigQueryIO read
+transform, Beam invokes a [BigQuery export
request](https://cloud.google.com/bigquery/docs/exporting-data).
+However, the Beam SDK for Java (version 2.11.0 and later) supports using the
+[BigQuery Storage API](#storage-api) when reading from a table. Using the
+BigQuery Storage API with a query string is not supported.
Review comment:
Please also mention the limitations of this method. For example, this does
not support dynamic work re-balancing yet might be less efficient in the
presence of stragglers.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 205283)
Time Spent: 1h 20m (was: 1h 10m)
> Add BigQuery Storage API info to docs
> -------------------------------------
>
> Key: BEAM-6749
> URL: https://issues.apache.org/jira/browse/BEAM-6749
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Melissa Pashniak
> Assignee: Melissa Pashniak
> Priority: Minor
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)