francoisvv
07-24-2024Cloud Apps
Comparison of data changes between data loads
We are getting more and more requests from clients to be able to see the data changes between data refreshes. My idea was to firstly load both the old and new data into the same elasticube, and then union the data into single tables with a flag for "old" and "new", and then it will be easy to switch between the old and new data. However, any ideas on how to flag the data changes without having to write variable by variable comparisons and flagging? Looking forward to some creative ideas.