We are fetching data from Appsflyer source to a Google cloud storage bucket
Then through data transfer service - trying to insert in gbq table
Data transfer service is running successfully but data is not shown in GBQ table, but whenever we are creating a new data transfer service all historical data is getting loaded but not after that point. So everytime we have to manually drop that table and create new data transfer service to load all historical data.
I can see in logs that data transfer service is running successfully. I have checked data is getting updated in bucket as well.
Expecting data to update in gbq table on every successul run.