Hello everyone! I’m new in airbyte connector’s dev...
# connector-development
a
Hello everyone! I’m new in airbyte connector’s developing :) I have a question: can I reload data in destination for period. For example, every day my source API-connector gets data for last 30 days and I need delete this 30 days in my destination database and loads new one. Is it real or only one way is load data incremental and then select latest version?
n
I think what you want is basically Full Refresh Overwrite: https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite Does that seem like what you are after?
a
@Noah Kawasaki as I understand full refresh truncate all data, right? but I need delete last 30 days, insert new 30 days and don’t delete data older than 30 days
n
Ah, okay
a
Hello @Alexandra Goryacheva, this is an interesting question! Could you please post it to our Discourse forum, we're moving our community support there? I'll try to give you an answer on the forum 😄
a