hitesh
05/25/2023, 9:31 AMThe tap is run consecutively, the data is run from start_date until today.
If I run tap again - it runs for the last date in the state file, causing duplicate data.Context - We are trying to run meltano as sync jobs using
tap-google-search-console
& target-athena
hitesh
05/25/2023, 3:31 PMedgar_ramirez_mondragon
05/25/2023, 3:55 PMstate.json
, since it manages that for you, storing and retrieving it from a state backend. If the tap has the state capability, then Meltano will automatically pass the state file to it, and save the updated state at the end of the pipeline.pat_nadolny
05/26/2023, 2:14 AMhitesh
05/26/2023, 5:53 AM