v.25.7Improvement

Macros like {uuid} can now be used

Macros like {uuid} can now be used in the keeper_path setting of the S3Queue table engine. #82463 (Nikolay Degterinsky).
The keeper_path setting for the S3Queue table engine now supports macros such as {uuid}.

Why it matters

This feature allows dynamic and unique path generation in the S3Queue configuration, enabling better organization and isolation of data storage by leveraging macros. It simplifies management and improves flexibility when working with S3Queue tables.

How to use it

In the S3Queue table engine configuration, include macros like {uuid} within the keeper_path setting to dynamically generate the path. For example:

ENGINE = S3Queue('s3://bucket_name/path/{uuid}/', ...)