Use case: I have callrail data that begins in 1/1/2021. Currently the dataset is updating everyday and has REPLACE as an update method. The dataset is now taking at least 1-3 hours to update. I thought about changing the update method to append but when I did, I had duplicate data from 2021.
How can I change the update method to APPEND without get duplicate data? I want the dataset to update every night and append yesterday's data to the dataset.