Hello all!
I have a question regarding tap-mongodb.
When I try to sync collection which has nested documents with _id fields I receive
TypeError: ObjectId('') is not JSON serializable error.
The error can be traced back to the _flatten_record function from singer_sdk library - more precisely in this file: /Users/x/projects/z/y/.meltano/extractors/tap-mongodb/venv/lib/python3.8/site-packages/singer_sdk/helpers/_flattening.py
Have you encountered this issue? How did you handle it?