Hi everyone! Please clarify: I have connection wit...
# contributing-to-airbyte
k
Hi everyone! Please clarify: I have connection with Source - quickbooks, Destination -S3. With incremental:append
Sync mode
. After data synchronization, I migrate from Destination S3 bucket1 to another bucket2. So, my question: How does arbyte support incremental data loading, if the data in destination s3 bucket 1 is moved, then how will it understand that the file has already been downloaded?
a
How does arbyte support incremental data loading, if the data in destination s3 bucket 1 is moved, then how will it understand that the file has already been downloaded?
Airbyte stores what was already downloaded in its database, in what we call the state object. Removing files from your destination bucket will not affect how the source is incrementally synced.
k
@[DEPRECATED] Augustin Lafanechere great thanks! I found this information in DB.