Hello,
The easiest way is just to write SQL transformation that will be run on daily basis (or weekly) and just delete data older then X.
Best Regards,
Mateusz Dudek
Thanks @deleted deleted for the details !
Definitely an option. But I was wondering if there is an efficient way to write those SQL scripts. Ex : Given the underlying data model, is it possible to leverage the relationships (FKs) and do something like 'cascaded delete' from the top-most parent? For standalone objects I guess there is no option but to write individual delete scripts.
Thanks again !
Bhasker
Please see the following discussion for how to purge data. https://www.celopeers.com/s/question/0D507000012vXdiCAE/is-there-an-automated-mechanism-to-delete-past-historical-data-from-celonis
Thank you @robert.mcgin ...however, it looks like the end solution was a manual delete. If automatic delete is needed, then it'll result in full load (and that can be very time consuming).