-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Document async SQL APIs #75078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@elasticmachine update branch |
|
@elasticmachine update branch |
|
Pinging @elastic/clients-team (Team:Clients) |
|
Pinging @elastic/es-ql (Team:QL) |
|
Pinging @elastic/es-docs (Team:Docs) |
bpintea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
| ==== {api-query-parms-title} | ||
|
|
||
| `delimiter`:: | ||
| (Optional, string) Separator for CSV results. Defaults to `,`. The API only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| @@ -0,0 +1,51 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be clear that this is different from sql.query.json, but don't know if clear enough that all these are async SQL APIs. Up to you, not sure if there's a conversion about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bpintea. I used the same naming scheme we have for EQL:
However, I'll add async to the SQL versions so its a bit more clear.
|
LGTM! |
|
@elasticmachine ok to test |
Adds formal API docs and JSON specs for the following APIs: * Get async SQL search * Get async SQL search status * Delete async SQL search Closes elastic#74845
Adds formal API docs and JSON specs for the following APIs: * Get async SQL search * Get async SQL search status * Delete async SQL search Closes elastic#74845
Adds formal API docs and JSON specs for the following APIs: * Get async SQL search * Get async SQL search status * Delete async SQL search Closes #74845 Co-authored-by: James Rodewig <[email protected]>
Adds formal API docs and JSON specs for the following APIs: * Get async SQL search * Get async SQL search status * Delete async SQL search Closes #74845 Co-authored-by: James Rodewig <[email protected]>
Adds formal API docs and JSON specs for the following APIs:
I plan to migrate some other existing APIs (SQL search, translate, clear cursor) to this page in a separate PR.
Closes #74845
Previews