GitHub user cph6 opened a pull request:
https://github.com/apache/beam/pull/3043
[BEAM-991] Comply with byte limit for Datastore Commit in python SDK
This is the equivalent of https://github.com/apache/beam/pull/2948 for the
python SDK. RPCs are limited both by overall size and by the number of entities
contained, to fit within the Datastore API limits
https://cloud.google.com/datastore/docs/concepts/limits .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cph6/beam datastore_request_size_limit_py
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3043.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3043
----
commit a5b2ce0341b5e80653a92f8ebda1b6b6a496d52e
Author: Colin Phipps <[email protected]>
Date: 2017-05-10T09:50:56Z
Comply with byte limit for Datastore Commit.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---