Hi there, We have a .overwrite partition for customer profiles that is
broken into 26 partitions. If our data looks like this:Customer ID
(Cross Device ID)Key Value PairsIn partition1"product_id" = "123",
"activated" = "Y".021"product_id" = "223", "activated" = "N".26 I am
wondering for customer 1, which profile would they get? Would they get
product 123, or product 223, or both? I am hoping it's both but since
this is a .overwrite method, I am not sure if it will get product 223
because it's in...