Hey everyone) I have a slightly strange question. ...
# troubleshooting
m
Hey everyone) I have a slightly strange question. Where i can find a file with the last value of replication key? I tried to find it in directory .meltano, but this idea was a failure. For example, i've tried to run postgres to postgres with replication key at the update column, and the value of column was 2023-02-19T110000. After a new attempt, the value will be updated, but the question - where is located this information? đŸ«  I hope somebody can help me, cause i feel myself a little dump, when i've been looking the answer for 3 days.
d
I believe that’s in the meltano state. You can inspect that in the
run
table in the meltano db, or using the meltano state cli command..
a
Hi, @milena_mrtvy. The answer above from @dylan_just is correct. Recommended approach would be
meltano state list
and then
meltano state get
as described here: https://docs.meltano.com/reference/command-line-interface#state