@Edgar Ramírez (Arch.dev) If I add a new column to a stream, say "customer_address", and I have a primary key in my existing downstream table with a primary key of "customer_id" which is populated in all rows for the full range of data already, and I pass a full refresh flag for the tap, will it upsert data such that it adds that new column to existing rows where customer_id = customer_id?