I'm experiencing an issue with the incremental load feature in Adobe Experience Platform (AEP) Sources when connecting to a BigQuery table.
Details:
- The BigQuery table contains a date field called "data_date" of type TIMESTAMP.
- I've configured the delta field (i.e., "data_date") for incremental load in AEP.
- Despite this setup, the incremental load does not function as expected.
I have verified the delta field values and ensured that the TIMESTAMP field is appropriately populated in the BigQuery table. However, the data ingestion seems to process all records the first time the dataflow runs but never process the incremental data for the new rows in the table for the subsequent daily runs.
Any idea what can be going on?
Thanks,