You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/04/07 00:11:55 UTC

[beam] branch master updated (08335d6 -> db3d832)

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

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


    from 08335d6  Merge pull request #11235 [BEAM-9618] Pull bundle descriptors.
     new 940c45e  [BEAM-9199] Require Dataflow --region in Python SDK.
     new 16b86f2  Add --region to tests where needed.
     new ca6aff6  Add unit tests for get_default_gcp_region
     new 3da5a71  lint
     new 55d6ca2  Add --region to more Python tests and examples.
     new f8ac394  format
     new db3d832  Merge pull request #11269 from ibzib/beam-9199

The 26356 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../python_release_automation_utils.sh             |  1 +
 .../run_release_candidate_python_mobile_gaming.sh  |  2 +
 .../run_release_candidate_python_quickstart.sh     |  2 +
 release/src/main/scripts/run_rc_validation.sh      |  3 ++
 release/src/main/scripts/script.config             |  6 +++
 .../examples/complete/game/game_stats.py           |  1 +
 .../examples/complete/game/game_stats_it_test.py   |  1 +
 .../examples/complete/game/hourly_team_score.py    |  1 +
 .../complete/game/hourly_team_score_it_test.py     |  1 +
 .../examples/complete/game/leader_board.py         |  1 +
 .../examples/complete/game/leader_board_it_test.py |  1 +
 .../examples/complete/game/user_score.py           |  1 +
 .../examples/complete/game/user_score_it_test.py   |  1 +
 .../examples/complete/juliaset/juliaset_main.py    |  1 +
 .../examples/complete/top_wikipedia_sessions.py    |  1 +
 .../examples/cookbook/multiple_output_pardo.py     |  1 +
 .../apache_beam/examples/snippets/snippets.py      |  7 ++--
 .../apache_beam/io/gcp/bigquery_read_perf_test.py  |  1 +
 .../apache_beam/io/gcp/bigquery_write_perf_test.py |  1 +
 .../python/apache_beam/options/pipeline_options.py | 46 +---------------------
 .../options/pipeline_options_validator.py          |  9 +++++
 .../options/pipeline_options_validator_test.py     | 12 ++++--
 .../runners/dataflow/dataflow_runner.py            | 33 ++++++++++++++++
 .../runners/dataflow/dataflow_runner_test.py       | 36 +++++++++++++++++
 .../testing/benchmarks/nexmark/nexmark_launcher.py |  1 +
 .../python/apache_beam/transforms/external_java.py |  1 +
 sdks/python/container/run_validatescontainer.sh    |  1 +
 sdks/python/scripts/run_integration_test.sh        |  8 ++++
 website/src/contribute/release-guide.md            |  2 +
 website/src/documentation/runtime/environments.md  |  1 +
 website/src/documentation/sdks/python-streaming.md |  1 +
 website/src/get-started/quickstart-py.md           |  1 +
 32 files changed, 135 insertions(+), 51 deletions(-)