v.25.8New Feature
Allow key value arguments in s3 or
Allow key value arguments ins3ors3Clustertable engine/function, e.g. for examples3('url', CSV, structure = 'a Int32', compression_method = 'gzip'). #85134 (Kseniia Sumarokova).
Why it matters
This feature allows users to pass additional parameters as key-value pairs when creating tables or queries with thes3 and s3Cluster engines/functions. By supporting detailed options like structure and compression_method, it improves flexibility and usability, facilitating better control over data parsing and storage from S3 sources.How to use it
When using thes3 or s3Cluster engine or function, provide additional arguments in a key-value format inside the parentheses. For example:s3('url', CSV, structure = 'a Int32', compression_method = 'gzip')