amazon-documentdb-tools icon indicating copy to clipboard operation
amazon-documentdb-tools copied to clipboard

data-differ does not support _ids that are dicts

Open dbonser opened this issue 9 months ago • 0 comments

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

dbonser avatar May 15 '24 21:05 dbonser