Closed
Description
Purpose of the feature.
Current versions of mongoexport/mongoimport and mongodump/mongorestore set bypassEmptyTsReplacement
parameter that DocumentDB does not support. That prevents them from working.
Describe the solution you'd like
This parameter is implemented.
It does not look like this parameter can be safely ignored.
Describe alternatives you've considered
I considered removing that parameter on the FerretDB side, but it is not safe.
Additional context