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 2021/10/06 04:48:41 UTC

[beam] branch master updated (bed6bee -> 4012a46)

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 bed6bee  Merge pull request #15647 from KevinGG/beam_sql_on_df
     add 4012a46  Merge pull request #15602 from [BEAM-10917] Add support for BigQuery Read API in Python BEAM

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   2 +
 sdks/python/apache_beam/io/gcp/bigquery.py         | 489 ++++++++++++++++++++-
 .../apache_beam/io/gcp/bigquery_read_internal.py   |  46 ++
 .../apache_beam/io/gcp/bigquery_read_it_test.py    | 275 ++++++++++++
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |   1 +
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |  96 +++-
 sdks/python/setup.py                               |   1 +
 7 files changed, 900 insertions(+), 10 deletions(-)