Hi! I asked something similar a few weeks ago but didn't receive any answer. I am looking for best practice on storing data incrementally from an extractor whilst retaining only the last 7 days of data. I can only think of using a transformation to take the data from the extractor (as input table), filter anything older than 7 days, and load it incrementally into an output table?