Anthony Shook
04/17/2025, 5:06 PMid
column. However, the table is mutable at the source and has an updated_at
column, so that means I’m not catching changes in the source table once I’ve pulled the at-the-moment value of a row. So my situation is this:
• I want to update meltano config from using id
as my replication-key to using updated_at
as my replication key, with id
as a value in table-key-properties
• I don’t want to start from the beginning of time, because it’s absolutely too much data to handle, so I’ve got to manually set a date
So the question is — how would you go about it?Anthony Shook
04/17/2025, 5:08 PMyml
file, and updated the stream entry in my state table (db, not json). What I got was a nondescript error.
In fact, the error didn’t say anything it just… errored without any message at all.Edgar Ramírez (Arch.dev)
04/17/2025, 5:33 PMAnthony Shook
04/17/2025, 5:41 PMAnthony Shook
04/17/2025, 5:42 PMEdgar Ramírez (Arch.dev)
04/17/2025, 5:45 PMmeltano state get ...
, edit the state, do meltano state set ...
and run the pipeline. If it fails you can easily revert with the same steps.Anthony Shook
04/17/2025, 5:54 PMbad handshake: SysCallError(-1, 'Unexpected EOF')
errors but I suspect that might be unrelated?Edgar Ramírez (Arch.dev)
04/17/2025, 8:16 PMAnthony Shook
04/17/2025, 8:26 PM