[ 
https://issues.apache.org/jira/browse/BEAM-3774?focusedWorklogId=87156&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-87156
 ]

ASF GitHub Bot logged work on BEAM-3774:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Apr/18 16:41
            Start Date: 03/Apr/18 16:41
    Worklog Time Spent: 10m 
      Work Description: tgroh commented on a change in pull request #5001: 
[BEAM-3774] Adds support for reading from/writing to more BQ geographical 
locations
URL: https://github.com/apache/beam/pull/5001#discussion_r178887647
 
 

 ##########
 File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
 ##########
 @@ -170,6 +170,11 @@
  *     .fromQuery("SELECT year, mean_temp FROM [samples.weather_stations]"));
  * }</pre>
  *
+ * <p>Users can optionally specify a query priority using {@link 
TypedRead#withQueryPriority(
+ * TypedRead.QueryPriority)} and a geographic location where the query will be 
executed using
+ * {@link TypedRead#withQueryLocation(String)}. Query location must be 
specified for jobs that are
+ * not executed in US or EU.</p>
 
 Review comment:
   Is there a specific piece of BigQuery documentation that we can try to link 
to?

----------------------------------------------------------------
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: 87156)

> Update BigQuery jobs to explicitly specify the region
> -----------------------------------------------------
>
>                 Key: BEAM-3774
>                 URL: https://issues.apache.org/jira/browse/BEAM-3774
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Chamikara Jayalath
>            Assignee: Chamikara Jayalath
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This is needed to support BQ regions other than US and EU. Region can be 
> obtained by a Dataset.get() request so no need to update the user API.
> Both Python and Java SDKs have to be updated.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to