Join Slack
Powered by
Hi, I have a general question. Will dropping a tab...
# getting-started
c
carlos_h.
02/27/2023, 10:49 PM
Hi, I have a general question. Will dropping a table in the target database trigger a full-refresh in an incremental pipeline?
t
thomas_briggs
02/27/2023, 10:51 PM
It will not, unfortunately
thomas_briggs
02/27/2023, 10:52 PM
The target will recreate the table but the tap knows nothing about the state of the data in the destination.
thomas_briggs
02/27/2023, 10:52 PM
What you can do is modify meltano's state data to remove the stored state for the table, so then the tap will re-retrieve all the data.
c
carlos_h.
02/27/2023, 10:57 PM
ah nice to know, thank you.
Open in Slack
Previous
Next