This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from a8a8b3a [BEAM-12028] Add contact information to NotImplementedError
(#14967)
add cd2117b [BEAM-12272] Python - Backport Firestore connector's ramp-up
throttling to Datastore connector (#14723)
No new revisions were added by this update.
Summary of changes:
.../datastore/v1new/datastore_write_it_pipeline.py | 4 +-
.../io/gcp/datastore/v1new/datastoreio.py | 45 ++++++++--
.../apache_beam/io/gcp/datastore/v1new/helper.py | 10 ++-
.../io/gcp/datastore/v1new/rampup_throttling_fn.py | 95 ++++++++++++++++++++++
.../datastore/v1new/rampup_throttling_fn_test.py | 62 ++++++++++++++
.../apache_beam/io/gcp/datastore/v1new/util.py | 10 +--
.../io/gcp/datastore/v1new/util_test.py | 8 +-
sdks/python/setup.py | 2 +-
8 files changed, 218 insertions(+), 18 deletions(-)
create mode 100644
sdks/python/apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn.py
create mode 100644
sdks/python/apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn_test.py