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"
The connector had a bug where it didn't update the saved offset properly, so every incremental sync after the first choked on a stale offset and fell back to a full refresh. This was fixed in source-mongodb-v2 v2.0.4. Fix: upgrade the Mongo