We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8674cb7 commit 7ff4847Copy full SHA for 7ff4847
x-pack/plugin/esql/qa/testFixtures/src/main/resources/completion.csv-spec
@@ -34,7 +34,7 @@ FROM books METADATA _score
34
| WHERE title:"war and peace" AND author:"Tolstoy"
35
| SORT _score DESC
36
| LIMIT 2
37
-| COMPLETION completion=title WITH test_completion
+| COMPLETION title WITH test_completion
38
| KEEP title, completion
39
;
40
@@ -51,7 +51,7 @@ FROM books METADATA _score
51
52
53
54
-| COMPLETION completion=CONCAT("This is a prompt: ", title) WITH test_completion
+| COMPLETION CONCAT("This is a prompt: ", title) WITH test_completion
55
56
57
0 commit comments