Question, when I run the script:
python movie_last_updated_migration.py
I get the docs to migrate but fail with i believe it can’t check the type of the field `lastupdated’.
`46014 documents to migrate
Cannot encode object: {‘lastupdated’}`
What i did was to set the predicate like this:
predicate = {"lastupdated": {"$exists": True, "$type": "string"}}
Is there anything am missing? (also completed the bulk_updates)