laurent
10/27/2022, 11:37 AMtap|target
run? by correct, I mean that the tap should stop fetching data immediately (ideally waiting for the requests that were caught mid-flight), the target should flush whatever it has received so far, and update bookmarks so that upon next restart, there's no way to know the previous run was interrupted. I've tried sending SIGTERM
to the tap, but it didn't seem to work, the tap exited, and the target just sat there waiting. I'm running those outside meltano. Is this even supported by the sdk
?visch
10/27/2022, 12:18 PMaaronsteers
10/27/2022, 3:21 PMSIGTERM
but to my knowledge it hasn't been added yet.aaronsteers
10/27/2022, 3:21 PMaaronsteers
10/27/2022, 3:23 PMSTATE
and then close down, then presumably the target would see those to completion and you'd have a decent resume possibility from there.edgar_ramirez_mondragon
10/27/2022, 3:29 PMlaurent
10/28/2022, 7:48 AM