We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 should be doable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 should be doable
The text was updated successfully, but these errors were encountered: