Skip to content

Commit 82103de

Browse files
[8.x] [ES|QL] Updates the validation json (#213322) (#213515)
# Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Updates the validation json (#213322)](#213322) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"efstratia.kalafateli@elastic.co"},"sourceCommit":{"committedDate":"2025-03-07T07:16:49Z","message":"[ES|QL] Updates the validation json (#213322)\n\n## Summary\n\nUpdates the validation json. (I forgot to do it when I added _score in\nthe json)","sha":"1c8cb1b2e42d0a7508fe2ae43f73189a381a7b23","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:ES|QL","Team:ESQL","backport:version","v9.1.0","v8.19.0"],"title":"[ES|QL] Updates the validation json","number":213322,"url":"https://github.com/elastic/kibana/pull/213322","mergeCommit":{"message":"[ES|QL] Updates the validation json (#213322)\n\n## Summary\n\nUpdates the validation json. (I forgot to do it when I added _score in\nthe json)","sha":"1c8cb1b2e42d0a7508fe2ae43f73189a381a7b23"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213322","number":213322,"mergeCommit":{"message":"[ES|QL] Updates the validation json (#213322)\n\n## Summary\n\nUpdates the validation json. (I forgot to do it when I added _score in\nthe json)","sha":"1c8cb1b2e42d0a7508fe2ae43f73189a381a7b23"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
1 parent ce7bc43 commit 82103de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/esql_validation_meta_tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10050,7 +10050,7 @@
1005010050
{
1005110051
"query": "from index METADATA _id, _source2",
1005210052
"error": [
10053-
"Metadata field [_source2] is not available. Available metadata fields are: [_version, _id, _index, _source, _ignored, _index_mode]"
10053+
"Metadata field [_source2] is not available. Available metadata fields are: [_version, _id, _index, _source, _ignored, _index_mode, _score]"
1005410054
],
1005510055
"warning": []
1005610056
},

0 commit comments

Comments
 (0)