Izaak
12/03/2024, 3:01 PMEdgar Ramírez (Arch.dev)
12/03/2024, 3:38 PMmtime
from the file and add it as a metadata field to the record, .e.g. _modified_time
. Then, you can set that as the replication_key
attribute in your stream class.Izaak
12/03/2024, 8:37 PMAndy Carter
12/04/2024, 9:03 AMThe docs recommend against writing to the state yourself
I'm curious if that means 'let meltano persist the state to the state store, don't do it yourself', or actually 'don't manually modify state values in any way'Izaak
12/04/2024, 11:22 AM