library · inferred from evidence
source-mongodb-v2
The Airbyte MongoDB source connector with a bug in offset handling, fixed in version 2.0.4.
- Airbyte MongoDB incremental sync fails repeatedly with "Saved offset is not valid"
Incremental syncs from MongoDB to Postgres kept failing with `java.lang.IllegalArgumentException: Saved offset is not valid`. The sync would then retry from a full refresh, which was expensive on a large collection. A community member trace