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
When marshmallow 4.0.0 is installed, Aggregate.get_collection(fields="space") throws an exception:
Traceback (most recent call last):
File "/workspaces/test.py", line 17, in <module>
for aggregate in aggregates:
File "/usr/local/lib/python3.9/site-packages/netapp_ontap/resource.py", line 784, in _get_collection
obj = cls.from_dict(record, *args)
File "/usr/local/lib/python3.9/site-packages/netapp_ontap/resource.py", line 593, in from_dict
raise NetAppRestError(cause=exc) from None
netapp_ontap.error.NetAppRestError: Caused by AttributeError("'Number' object has no attribute 'num_type'")
Thank you for reporting an issue! If you haven't already joined our Discord community,
then we invite you to do so. This is a great place to get help and ask questions from our community.
When marshmallow 4.0.0 is installed, Aggregate.get_collection(fields="space") throws an exception:
Code to reproduce issue:
The text was updated successfully, but these errors were encountered: