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/08/04 21:19:25 UTC

[beam] branch master updated (5e0e798 -> 3471c46)

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 5e0e798  Merge pull request #12106: [BEAM-9792] Fixing the IOException handling in InsertAll for BigQuery
     add 3471c46  Merge pull request #12203 from [BEAM-6928] Make Python SDK custom Sink the default Sink for BigQuery

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                                 |  3 +++
 .../apache_beam/io/gcp/big_query_query_to_table_it_test.py |  7 +++----
 sdks/python/apache_beam/io/gcp/bigquery.py                 |  4 +---
 sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py | 10 +++-------
 sdks/python/apache_beam/io/gcp/bigquery_test.py            | 14 ++++----------
 sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py   |  3 +--
 .../python/apache_beam/runners/dataflow/dataflow_runner.py |  4 +---
 .../apache_beam/runners/dataflow/dataflow_runner_test.py   |  6 ++++--
 .../apache_beam/runners/dataflow/ptransform_overrides.py   | 10 +++++-----
 9 files changed, 25 insertions(+), 36 deletions(-)