You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use data_key for Marshmallow fields, because I receive data from dynamoDB with camel case names. When I run validate() on model then it show me that it can't find required field (fields with data_key were required). It's funny because I can see variables in model object.
The text was updated successfully, but these errors were encountered:
Can you please share example code that shows your Model and how you are loading & querying data? It will better help understand what's not working as you expect.
I tried to use data_key for Marshmallow fields, because I receive data from dynamoDB with camel case names. When I run validate() on model then it show me that it can't find required field (fields with data_key were required). It's funny because I can see variables in model object.
The text was updated successfully, but these errors were encountered: