Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 09:12 AM - edited 07-29-2025 09:13 AM
Hi @Akshay_Petkar ,
Autoloader works on file level. Now, by default autoloader is configured with following option:
cloudFiles.allowOverwrites = falseSo, above option causes files to be processed exactly once.
But when you switch this option to true, then Auto Loader is guaranteed to process the latest version of the file. But keep in mind that autloader will reprocess entire file (even if there was partial update).
You can read detail description of this behaviour here: