@Walter_C Thank you for your reply. However, there are some part that might need your further clarification.
Assume I already set the delta.timeUntilArchived to 1825days (5years) and I have configured the lifecycle policy align with databricks setting which move files after 5years creation to archive tier on storage side.
After a while, I have a requirement to retrieve data before 7years. I expect there are part of data moved to archive tier that need to be restored. Should I change the delta.timeUntilArchived to 2555days (7years) or just keep it as is which is 1825days (5years)?
Also, I would like to confirm whether the procedure of restoring archive data as per my understanding is correct or not, below are what I thought:
Step 1: Run SHOW ARCHIVED FILES to check what data files need to be move back to hot tier
Step 2: Move the files back to hot tier on storage side
Step 3: Update the delta.timeUntilArchived setting to 2555days (7years) on Databricks side
I assume the procedure should be the same for both case 1) before 7years and 2) whole time, right?
Please kindly correct me if there is any misunderstanding. Thank you.