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
Indexd errors because it says size must be an int. I think indexd.py should coerce types where possible (maybe only size?). Dataservice does this for other fields (prob either via sqlalchemy or marshmallow), so the same behavior should be implemented for indexd fields too.
The text was updated successfully, but these errors were encountered:
Right now if try to submit:
Indexd errors because it says size must be an int. I think indexd.py should coerce types where possible (maybe only size?). Dataservice does this for other fields (prob either via sqlalchemy or marshmallow), so the same behavior should be implemented for indexd fields too.
The text was updated successfully, but these errors were encountered: