[
https://issues.apache.org/jira/browse/BEAM-11271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pablo Estrada updated BEAM-11271:
---------------------------------
Fix Version/s: 2.31.0
Assignee: Pablo Estrada
Resolution: Fixed
Status: Resolved (was: Open)
> 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
> Assignee: Pablo Estrada
> Priority: P3
> Fix For: 2.31.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)