dylan_just
02/06/2023, 11:48 PMdylan_just
02/07/2023, 1:14 AMmeltano state merge
is what I needthomas_briggs
02/07/2023, 1:34 PMthomas_briggs
02/07/2023, 1:38 PMmerge
command can be used to remove state for a table... only change it. So if you can change the state to "the beginning" then merge might work for this but I've always done a get
, removed the state for the table in question, and done a set
to put it back.taylor
02/07/2023, 4:10 PM--full-refresh
will ignore state and do what you want!thomas_briggs
02/07/2023, 4:27 PM--full-refresh
switch?dylan_just
02/07/2023, 9:47 PMMaybe. Be aware that you’ll need to manually remove the data from the destination too.Yep. I’ve found that, too.
So if you can change the state to “the beginning” then merge might work for thisThis seems to work for me. As for
--full-refresh
, yeah, I’ve got some colossal tables in there. A --refresh-only stream1,stream2
would be fantastic.taylor
02/07/2023, 11:02 PM