This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from e6dcd372123 Update example in Tour of Beam (#28718)
add 56b1259cac9 Revert "Replace StorageV1 client with GCS client (#28079)"
(#28721)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 6 -
.../assets/symbols/python.g.yaml | 8 +
.../examples/complete/game/user_score.py | 1 -
sdks/python/apache_beam/internal/gcp/auth.py | 7 +-
sdks/python/apache_beam/io/gcp/bigquery_test.py | 4 +-
sdks/python/apache_beam/io/gcp/bigquery_tools.py | 4 -
.../apache_beam/io/gcp/bigquery_tools_test.py | 5 +-
sdks/python/apache_beam/io/gcp/gcsfilesystem.py | 37 +-
.../io/gcp/gcsfilesystem_integration_test.py | 9 +-
.../apache_beam/io/gcp/gcsfilesystem_test.py | 74 +-
sdks/python/apache_beam/io/gcp/gcsio.py | 641 +++--
.../apache_beam/io/gcp/gcsio_integration_test.py | 188 +-
sdks/python/apache_beam/io/gcp/gcsio_overrides.py | 55 +
sdks/python/apache_beam/io/gcp/gcsio_test.py | 886 +++++--
.../clients/{bigquery => storage}/__init__.py | 6 +-
.../internal/clients/storage/storage_v1_client.py | 1517 +++++++++++
.../clients/storage/storage_v1_messages.py | 2714 ++++++++++++++++++++
.../options/pipeline_options_validator_test.py | 1 -
.../runners/dataflow/internal/apiclient.py | 60 +-
.../apache_beam/runners/interactive/utils.py | 26 +-
.../apache_beam/runners/interactive/utils_test.py | 41 +-
.../runners/portability/sdk_container_builder.py | 41 +-
sdks/python/mypy.ini | 3 +
sdks/python/setup.py | 1 -
24 files changed, 5722 insertions(+), 613 deletions(-)
create mode 100644 sdks/python/apache_beam/io/gcp/gcsio_overrides.py
copy sdks/python/apache_beam/io/gcp/internal/clients/{bigquery =>
storage}/__init__.py (83%)
create mode 100644
sdks/python/apache_beam/io/gcp/internal/clients/storage/storage_v1_client.py
create mode 100644
sdks/python/apache_beam/io/gcp/internal/clients/storage/storage_v1_messages.py