Embedded document as primary key and bulk insert fails
23 views
Skip to first unread message
Daniel Bernstein
unread,
May 11, 2022, 11:21:00 AM5/11/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MongoEngine Users
Has anyone seen this before? Is there a way to work around this? I'm using an embedded document as a primary key and when I try to do a bulk insert, it fails because a dict can't be used as a key for another dict.