Life cycle policy

I want to setup a lifecycle policy in my Azure blob for the 30 days old objects from dremio
How can I achieve this

Thanks

@Nila On your Azure blob, you should see 6 folders

  • uploads - Never clean these as they may have references to VDS
  • downloads - you can clean them anytime
  • scratch - if anything exists, then drop them via drop table command
  • accelerator - Will be automatically cleaned after 4 hours of dropping the reflection
  • Metadata - Should not be touched

Regarding life cycle policy is something you need to check with Azure docs

Hi Balaji,

Thanks for the response , but I would want to understand how dremio specific objects can be deleted.

@Nila The 6 folders above I have described what can be done. Are there any questions on any specific folder listed above?