Kevin Phan
04/29/2025, 7:50 PM2025-04-29T19:27:10.966335Z [info ] time=2025-04-29 15:27:10 name=target_snowflake level=INFO message=Loading into talos_meltano_dev."BALANCES": {"inserts": 0, "updates": 8005, "size_bytes": 115101} cmd_type=elb consumer=True job_name=dev:tap-talos-to-target-snowflake-talos name=target-snowflake-talos producer=False run_id=a49d7e97-c5f6-4f9c-8c97-f7e60c7f9d66 stdio=stderr string_id=target-snowflake-talos
the inserts is 0 which is correct because nothing changed from the last run but i see updates is 8005 = number of rows. It is updating the sdc batched at
and other sdc metadata fields. My question is, does meltano automatically updates these metadata columns regardless of whether a record changes or needs to be updated? Techically if it is incremental and no data is changed in the record, then it shouldn't touch it right?Edgar RamÃrez (Arch.dev)
04/29/2025, 9:57 PM