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
Upgrading pymongo should work, but since it was a large repo and upgrade takes a little time (to go through all usages and changelogs and make changes accordingly), we didn't take that route.
Instead, we just used .insert(list of docs) function for the bulk write which worked fine.
Versions
The
insert_many
method oftxmongo.collection.Collection
usesBut the
_Bulk
method inpymongo 3.0.3
doesn't have the argumentbypass_document_validation
This causes the following error on using
insert_many
The text was updated successfully, but these errors were encountered: