Airbyte cursor advances during failed attempt. #69314
akshata-shanbhag
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am noticing a behaviour where there are more job attempts per job than usual for the airbyte version 2.0.8 as compared to previous version 1.7.1. How this affects us is that, the cursor progresses in some of the failed attempts and the final successful attempt usually picks up the updated cursor. Since the cursor already progressed in a previous attempt, we lose the records emitted during that attempt.

records are emitted but not committed and the cursor has progresses in the failed attempt. In the next attempt, it starts from the advanced cursor.
Beta Was this translation helpful? Give feedback.
All reactions