felix_kenton
11/08/2021, 11:11 AMWHERE updated_at BETWEEN 'START_OF_DATE' AND 'END_OF_DATE'
as an added condition 😄
(PS: We’re loading from PostgreSQL into Snowflake)stephen_bailey
11/08/2021, 5:56 PMjob-id
, such you would simply insert/update the records you're looking for. I think you could even do this on a stream by stream basis with something like: meltano elt tap-postgres target-snowflake --select my_stream --state '{"my_stream": ...}'
I'm not sure of a way to terminate the tap once it's reached a certain END_OF_DATE
, though...