You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (Jira)" <ji...@apache.org> on 2019/10/07 09:56:00 UTC

[jira] [Updated] (BEAM-8283) Create a PTransform that reads data from BigQuery in Python SDK

     [ https://issues.apache.org/jira/browse/BEAM-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismaël Mejía updated BEAM-8283:
-------------------------------
    Status: Open  (was: Triage Needed)

> Create a PTransform that reads data from BigQuery in Python SDK
> ---------------------------------------------------------------
>
>                 Key: BEAM-8283
>                 URL: https://issues.apache.org/jira/browse/BEAM-8283
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-py-gcp
>            Reporter: Kamil Wasilewski
>            Assignee: Kamil Wasilewski
>            Priority: Major
>
> ATM `BigQuerySource` in Python SDK can only be used by Dataflow runner. Because of this it's impossible to read data from BigQuery on portable runners, such as Flink.
>  
> The goal is to add a transform, that follows BQ source implementation in Java[1]: use a BigQuery export job to take a snapshot of the table on GCS, and then read from each produced file.
>  
> [1] https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQuerySourceBase.java



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