Hi :slightly_smiling_face: We have build a publish...
# best-practices
a
Hi 🙂 We have build a publish braze target to push data from redshift with redshift-tap to braze api. The main challenge with Braze is to push only data with change because we paid for any piece of data. (https://www.braze.com/docs/user_guide/onboarding_with_braze/data_points/) So, we have the ability to push incremental data with redshift-tap and publish any row change in braze api. But, we would like to push only column with changes and not the whole column for row. Do you have any idea how you can do that ? For instance, Grouparoo reverse ELT is able to read row change and column change and push only new column value. Thanks, we hope it's clear 🙂