Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2025 01:45 AM - edited 08-11-2025 02:00 AM
Hi @JothyGanesan ,
You can write a notebook that will be responsible for archiving all the data that is older than 1 year. Then you can run a process that will delete the data from DLT table. How to do this is described at following article:
Transform data with pipelines - Azure Databricks | Microsoft Learn
One question, is your table a source from some downstream tables as well? Do you need to propagate those deletes to other tables?