v.1.1.54390New Feature
Queries in multipart/form-data format for external data processing
Queries can be sent inmultipart/form-dataformat (in thequeryfield), which is useful if external data is also sent for query processing (Olga Hvostikova).
Why it matters
This feature addresses the need to submit queries along with external data in a single HTTP request, simplifying data ingestion and processing workflows where external data must be paired with the query execution.How to use it
Users can send HTTP requests with the content type set tomultipart/form-data and include their SQL query in a field named query. Additional parts of the multipart request can contain external data to be used in the query.