Forum Discussion
yesoriginal
1 year agoRegular Visitor
Incremental refresh corrupting data
I have a large table with data (more than 20 GB). So I set up incremental refresh. Everything works fine, but for the last 3 months the data for the first day of the month for some reason doubles. M...
- 1 year ago
Incremental refresh requires
- >= RangeStart
- < RangeEnd
Please check if this is misconfigured.
If not have a look at the source system
- 1 year ago
Yes, that helped. Thank you very much.
I had
>= RangeStart
<= RangeEnd
yesoriginal
1 year agoRegular Visitor
Yes, that helped. Thank you very much.
I had
>= RangeStart
<= RangeEnd
Deku
1 year agoSuper User
Been there, done that