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
We are using marshmallow_dataclass and it is great, but we would like to have a way to tell if some unknown fields were found in the data to warn users (it is very common to have typos in a config file for example).
Maybe a practical way to do this could be to declare a special field for this, like:
Hi, this is another attempt at #124.
We are using
marshmallow_dataclass
and it is great, but we would like to have a way to tell if some unknown fields were found in the data to warn users (it is very common to have typos in a config file for example).Maybe a practical way to do this could be to declare a special field for this, like:
If there are many fields with
"stores_unknown_fields": True
, they could be stored in all of them, or raise an exception.The text was updated successfully, but these errors were encountered: