Forum Discussion
JamesMcEwan
3 years agoHelper I
Incremental Refresh effect on Reference Table
I have set up a 'factTransaction' table, and used the 'sourcedate' for incremental refresh and 'moddateUTC' for the refresh changed data option. I want to aggreagte the table further before load...
- 3 years ago
It should behave the same in your Dataflow; easy to confirm/try. I think it will work.
Pat
ppm1
3 years agoSolution Sage
You can do still do a group by step that will fold after you filter with RangeStart and RangeEnd. Just add an aggregation to get the max of your moddateUTC column to use for change detection. Haven't confirmed but should work.
Pat
JamesMcEwan
3 years agoHelper I
Hi Pat,
Sounds great, I understand this would probably work on the desktop app due to the manual nature of creating the range parameters, but would it work if I modified a dataflow after setting up the incremental refresh?
This is what led me to think about creating a reference table instead of modifying the source table.
- ppm13 years agoSolution Sage
It should behave the same in your Dataflow; easy to confirm/try. I think it will work.
Pat