quick question regarding testing incremental strea...
# singer-tap-development
g
quick question regarding testing incremental streams… I am testing my tap locally using the default jsonl target. I configured a
replication_key
in the stream I am testing and ran an elt on that one stream. I checked the state of that run after it was done and all looked good. Then I re-ran it using the same
job_id
and the state was seemingly picked up by the elt, but the elt job output to the jsonl file anyway, effectively appending the same data from the first run. Am I correct in my reasoning here that the incremental elt is not performing as expected?