steveobd

Results 3 issues of steveobd

any field that is defined as follows in python does not export ndb.JsonProperty(indexed=False, compressed=True) any strategy for this?

I get different behavior in this method between the mock and firestore emulator https://github.com/mdowds/python-mock-firestore/blob/0de34b1c319c08ccbcc6887d110f3bf8f5ff2116/mockfirestore/document.py#L25

NDB has this and it is handy. https://github.com/googleapis/python-ndb/blob/982f8a70dfa4b940c162ce327441099aca982d21/google/cloud/ndb/model.py#L5937 It's a little more difficult with pydantic since non-optional fields have to be populated (I think) even in a constructor, but it...