Hi all,
we set up a pretty elaborate Dataflow with 4 sources that merge into each other. All 4 sources have lastUpdated columns that are formatted as datetimes and also go into a column in the destination tables without any issues.
When doing a full refresh, everything works just fine, but enabling incremental refresh causes the following error:
"[...] Error: The field 'lops_lastupdated' of the record wasn't found. [...]"
The field is definitely there, as it is also mapped to a column in the target table and that is working fine. Besides, I can select the column when setting up the incremental refresh params, so the system detects it.
I also checked for blank values in the source, but there are none.
Any ideas? Anyone experienced a similar issue in the past?
Thank you 🙂
