Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes large payload runtime exception in Datastore (issue 1633) (feas…
…t-dev#2181) * Fixes runtime exception when feature values are larger than 1500 bytes in Datastore. Datastore indexes values as well as keys so large payloads are disallowed. This change clarifies that values should not be indexed. It avoids google.api_core.exceptions.InvalidArgument: 400 The value of property _ is longer than 1500 bytes. Signed-off-by: Pamela Toman <ptoman@paloaltonetworks.com> * Linted Signed-off-by: Pamela Toman <ptoman@paloaltonetworks.com>
- Loading branch information