Skip to content

Commit 3cdc8ff

Browse files
smalyshevomricohenn
authored andcommitted
Document allow_partial_results (elastic#125044)
1 parent 4cea726 commit 3cdc8ff

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/esql.async_query.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"type": "boolean",
3535
"description": "Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.",
3636
"default": false
37+
},
38+
"allow_partial_results": {
39+
"type": "boolean",
40+
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.",
41+
"default": false
3742
}
3843
},
3944
"body":{

rest-api-spec/src/main/resources/rest-api-spec/api/esql.query.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"type": "boolean",
3535
"description": "Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.",
3636
"default": false
37+
},
38+
"allow_partial_results": {
39+
"type": "boolean",
40+
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.",
41+
"default": false
3742
}
3843
},
3944
"body":{

0 commit comments

Comments
 (0)