timothy_suh
10/28/2020, 5:33 PMdouwe_maan
10/28/2020, 6:00 PMmeltano elt
runs with the same job_id
.timothy_suh
10/28/2020, 6:01 PMtimothy_suh
10/28/2020, 6:19 PMdouwe_maan
10/28/2020, 6:22 PMmeltano elt
with --state
and --job_id
, that state will be passed to the extractor, which will then output new state messages based on the modified state. Meltano then stores the final state message output by the extractor and loader with the job ID, so the next time you run meltano elt
with --job_id
but without state
, it will use the (updated version of) the state file you passed with --state
on the previous run.timothy_suh
10/28/2020, 6:23 PMdouwe_maan
10/28/2020, 6:23 PMtimothy_suh
10/28/2020, 6:55 PMdouwe_maan
10/28/2020, 8:30 PM