Skip to content

Commit bb09c4a

Browse files
committed
Added changes on non-async query, and improved async ones
1 parent 91597f5 commit bb09c4a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

specification/esql/async_query/AsyncQueryRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export interface Request extends RequestBase {
6161
* A short version of the Accept header, for example `json` or `yaml`.
6262
*
6363
* `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
64+
*
65+
* For async requests, nothing will be returned if the async query doesn't finish within the timeout.
6466
*/
6567
format?: EsqlFormat
6668
}

specification/esql/query/QueryRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export interface Request extends RequestBase {
4343
query_parameters: {
4444
/**
4545
* A short version of the Accept header, e.g. json, yaml.
46+
*
47+
* `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
4648
*/
4749
format?: EsqlFormat
4850
/**

0 commit comments

Comments
 (0)