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/30 17:02:05 UTC

[beam] branch master updated (bee6602 -> a1fac1d)

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 bee6602  Merge pull request #13433 from Warn if temp dataset cleanup permission is denied
     add a1fac1d  Merge pull request #13170 from [BEAM-9650] Adding support for ReadAll from BigQuery transform

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 sdks/python/apache_beam/io/gcp/bigquery.py         | 268 +++++++++++++------
 .../apache_beam/io/gcp/bigquery_read_internal.py   | 289 +++++++++++++++++++++
 .../apache_beam/io/gcp/bigquery_read_it_test.py    | 103 ++++++++
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |   2 +-
 sdks/python/apache_beam/io/iobase.py               |  13 +-
 6 files changed, 588 insertions(+), 88 deletions(-)