This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b2c79ad Merge pull request #13967 from ibzib/dont-publish-test
add adf4555 [BEAM-11780] Use vendored cloudbuild python client. (#13933)
No new revisions were added by this update.
Summary of changes:
.../internal/clients/cloudbuild}/__init__.py | 10 +-
.../clients/cloudbuild/cloudbuild_v1_client.py | 686 +++++++
.../clients/cloudbuild/cloudbuild_v1_messages.py | 1911 ++++++++++++++++++++
.../runners/portability/sdk_container_builder.py | 58 +-
sdks/python/setup.py | 2 -
5 files changed, 2648 insertions(+), 19 deletions(-)
copy sdks/python/apache_beam/{io/gcp/internal/clients/bigquery =>
runners/dataflow/internal/clients/cloudbuild}/__init__.py (77%)
create mode 100644
sdks/python/apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_client.py
create mode 100644
sdks/python/apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_messages.py