database · inferred from evidence
MongoDB
A database system from which incremental syncs were failing due to offset issues.
- 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