Andy Carter
03/22/2023, 9:00 AMmeltano.yml in each point? Like for point 1 can I add a stream map to generate a timestamp column or identify the meltano run? In my limited experience different taps do the _sdc fields in a different way (or not at all), can I take control of that?Sven Balnojan
03/23/2023, 8:42 AMAndy Carter
03/23/2023, 9:13 AMpeter_s
03/24/2023, 3:41 PM_sdc_batched_at with the extraction time of each record, so its value differs slightly for each record within the same load process. (The taps that I use have the option to do the same thing.) But I’d prefer to have the same timestamp attached to all records from the same load process.
Any recommendations for how to do that with Meltano? For example could a stream map somehow reference a timestamp that’s constant for all records belonging to the same load process (but differs between load processes)?Sven Balnojan
03/27/2023, 7:32 AMSven Balnojan
03/27/2023, 7:41 AMpeter_s
03/28/2023, 1:06 AMSven Balnojan
03/28/2023, 6:03 AMpat_nadolny
04/03/2023, 2:42 PM_sdc_table_version which might be what we're looking for.