You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/01/16 17:13:04 UTC

[jira] [Commented] (BEAM-11271) Update BigQuery source to perform datasets.get instead of tables.get to determine location

    [ https://issues.apache.org/jira/browse/BEAM-11271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266632#comment-17266632 ] 

Beam JIRA Bot commented on BEAM-11271:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> Update BigQuery source to perform datasets.get instead of tables.get to determine location
> ------------------------------------------------------------------------------------------
>
>                 Key: BEAM-11271
>                 URL: https://issues.apache.org/jira/browse/BEAM-11271
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Chamikara Madhusanka Jayalath
>            Priority: P2
>              Labels: stale-P2
>
> For Java we have to update referencedTables.get(0) call in following location:
> https://github.com/apache/beam/blob/release-2.26.0/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryQueryHelper.java#L111
>  
> Based on user feedback, seems like datasets.get is preferable to tables.get due to not requiring access to table metadata.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)