omar_abed
04/25/2023, 8:41 PMfinalize_state_progress_markers
function, but it seems like no matter what format I try, the state isn't persisted when I check it (either from the command line with meltano state get <my_elt_pipeline_job>
, or with the stream_state
and get_context_state
functions).
Here's some additional context about the problem:
https://meltano.slack.com/archives/C01PKLU5D1R/p1682455126687399?thread_ts=1681998358.444049&cid=C01PKLU5D1Rpat_nadolny
04/27/2023, 3:43 PMomar_abed
04/27/2023, 7:02 PMfinalize_state_progress_markers
is working to set state. I was either setting the state incorrectly in that function, or reading the state value from the wrong meltano project (🤦 ) but either way, I'm seeing it set now!pat_nadolny
04/27/2023, 7:11 PMomar_abed
04/27/2023, 7:17 PMget_records
completed, but not each time finalize_state_progress_markers
is called. So maybe finalize_state_progress_markers
isn't setting state at all, like I originally thought. I need to dive into that function a bit to see what it's really doing.omar_abed
04/27/2023, 7:19 PMfinalize_state_progress_markers
(described in this thread)
• Figuring out how to paginate a reverse-sorted replication key (which I expanded on in this other thread)