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 2019/05/07 23:46:01 UTC

[beam] branch master updated (21700d7 -> c26bcc1)

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 21700d7  Merge pull request #8520 from akedin/remove-type-prefix
     add c26bcc1  [BEAM-6892] Adding support for side inputs on table & schema. Also adding additional params for BQ. (#8102)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/bigquery.py         | 207 ++++++++++++++++++---
 .../apache_beam/io/gcp/bigquery_file_loads.py      |  53 ++++--
 .../apache_beam/io/gcp/bigquery_file_loads_test.py |  27 ++-
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |  40 +++-
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |  41 ++--
 .../apache_beam/io/gcp/tests/bigquery_matcher.py   |  69 ++++++-
 .../io/gcp/tests/bigquery_matcher_test.py          |  39 ++++
 7 files changed, 409 insertions(+), 67 deletions(-)