You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/11/05 18:23:27 UTC

[beam] branch master updated (7a3d723 -> dfaf234)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 7a3d723  Merge pull request #13201 from pabloem/bqupd - Updating BigQuery client for Python
     add dfaf234  Merge pull request #13164 from Refactoring BigQuery Read utilities into internal file

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/bigquery.py         |  88 ++++--------------
 .../apache_beam/io/gcp/bigquery_read_internal.py   | 102 +++++++++++++++++++++
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |  19 ++--
 3 files changed, 127 insertions(+), 82 deletions(-)
 create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_read_internal.py