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 have tried searching for this answer for a while and only keep coming across how to use the from_dict() method which is great for dynamically adding fields at runtime.
However I have not figured out how to set options like ordered or unknown when using this method as the from_dict() generates a GeneratedMeta class object that has the defaults for all the options. I can't figure out how to alter those as part of creating a dynamic Schema with the from_dict() approach.
I'm assuming I'm missing something obvious if someone could point me in the right direction.
The text was updated successfully, but these errors were encountered:
I have tried searching for this answer for a while and only keep coming across how to use the
from_dict()
method which is great for dynamically adding fields at runtime.However I have not figured out how to set options like
ordered
orunknown
when using this method as thefrom_dict()
generates aGeneratedMeta
class object that has the defaults for all the options. I can't figure out how to alter those as part of creating a dynamicSchema
with thefrom_dict()
approach.I'm assuming I'm missing something obvious if someone could point me in the right direction.
The text was updated successfully, but these errors were encountered: