You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Airbyte transfers all data from source to destination on each sync.
Describe the solution you’d like
I want to be able to send only:
the records that changed
new records
As long as all of the data ends up in my warehouse I am happy. Airbyte does not need to dedupe records for me.
Describe the alternative you’ve considered or used
We will support deduping and record merging in the future, but for our first pass at incremental.
We will not support deletions in the first implementation. If you want to denote a record has been deleted, then it should contained a tombstone or deleted column.
Additional context
Add any other context or screenshots about the feature request here.
Source-defined comparable (case where the source knows what the comparable is, the user need not provide input. e.g. stripe api.) (Source-defined comparable #989)
User-defined comparable - (case where, for each stream, the user needs to define what the comparable is. e.g. database). (User-Defined Comparable #1019)
Tell us about the problem you're trying to solve
Describe the solution you’d like
Describe the alternative you’ve considered or used
tombstone
ordeleted
column.Additional context
Add any other context or screenshots about the feature request here.
Tasks
The text was updated successfully, but these errors were encountered: