Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-differ does not support _ids that are dicts #116

Open
dbonser opened this issue May 15, 2024 · 0 comments
Open

data-differ does not support _ids that are dicts #116

dbonser opened this issue May 15, 2024 · 0 comments

Comments

@dbonser
Copy link
Contributor

dbonser commented May 15, 2024

Document: { "_id" : { "key1" : "value1", "key2" : "value2" } }
data-differ fails with: An error occurred while comparing documents: unhashable type: 'dict'

Looks like the _id dict could be handled as described at https://stackoverflow.com/questions/13264511/typeerror-unhashable-type-dict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants