Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full refresh overwrites existing data even on failure #12782

Open
cgardens opened this issue May 11, 2022 · 3 comments
Open

Full refresh overwrites existing data even on failure #12782

cgardens opened this issue May 11, 2022 · 3 comments
Labels
area/connectors Connector related issues autoteam community frozen Not being actively worked on team/destinations Destinations team's backlog team/tse Technical Support Engineers

Comments

@cgardens
Copy link
Contributor

I got the same issue. We are using "full refresh | overwrite" sync mode, and every time Airbyte cannot connect to source database, normalization still run, clear all table data. Hope this change will occur asap.
-- @tq-tien

This was originally mentioned in a comment in this issue: #9672 (comment). I think it is getting at a separate topic so I'm splitting it into a separate issue.

The described behavior doesn't match my understanding of how things should work. Normalization should never delete data, it should just pull from whatever is in the raw table. If for some reason a the replication activity is overwriting existing data but not adding new data that could cause this behavior. Just one thesis. Could be something else, but probably separate from the issue to run normalization when it is not needed.

@tq-tien is this still an issue you are seeing?

@andreytyu
Copy link

andreytyu commented Jan 4, 2023

Hey @cgardens, @evantahler, is there any progress with this issue? We are running into it as well. Connection to a source fails with a JSONDecodeError and then all destination tables that were not replicated are cleared from all of the data

Screenshot 2023-01-04 at 10 51 10

airbyte_logs_error_20230104.txt

@evantahler evantahler added team/destinations Destinations team's backlog and removed platform-workflow/tech-debt labels Jan 4, 2023
@grishick
Copy link
Contributor

grishick commented Jan 5, 2023

I think the solution is described here: #9663

@killthekitten
Copy link
Contributor

@grishick until the solution from #9663 is implemented, are there any known workarounds for this?

@bleonard bleonard added the frozen Not being actively worked on label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues autoteam community frozen Not being actively worked on team/destinations Destinations team's backlog team/tse Technical Support Engineers
Projects
None yet
Development

No branches or pull requests

7 participants