Is airbyte cursor information stored in the target...
# announcements
r
Is airbyte cursor information stored in the target destination somewhere or is record-keeping in the Airbyte system's DB? I ask because I'm wondering if I were to
DROP DATABASE my_sad_db
and then reactivate my incremental sync, would I get all the data, or only the ones after the last sycn.
octavia loves 1
s
Cursor info is stored in Airbyte’s system. If you drop the sad DB, Airbyte would continue to sync where it left off before the drop.
You can get around this by resetting your connection from the connection settings page (src -> dst -> reset button)
r
Sweet. Okay. Let me see if that works if the DB has been dropped and recreated.
This does, indeed, work.
What a tool, I tell ya
Love it
airbyte 3
🎉 1