Hey. I think I saw it somewhere, but cannot find now. I have a couple of jobs that need to be done:
- Backfill aggregated data on a new continuous aggregate. So I have a cagg, for which I don’t have raw data anymore, but have aggregated data (csv). How do I insert that data into cagg?
- Backfill an existing continuous aggregate. I have another cagg, which is active and aggregating data from raw data source. However, old data on compressed chunks is missing/not valid. How to backfill it?