Users can now configure S3 and Azure Queue tables in ClickHouse to either move or tag processed files after processing, extending the previous options that only allowed keeping or removing files.
Why it matters
This feature provides more flexible file lifecycle management for users working with S3 and Azure Queue tables by enabling automatic moving or tagging of processed files. It helps improve data organization and tracking of file processing status, addressing use cases where simply keeping or deleting files is insufficient.How to use it
To use this feature, configure the S3 or Azure Queue table settings to specify the action on processed files. Instead of only setting to keep or remove files, users can now set the configuration to move files to a different location or apply tags to processed files according to their requirements.