-
Notifications
You must be signed in to change notification settings - Fork 37
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
Asynchronous Query Support #6
Comments
Thank @lab176 for the great question. You can refer to https://github.com/uber/athenadriver/blob/master/examples/querycancel.go for how a query can be canceled in |
Hi @henrywu2019 , Thanks for the response! |
Huge thanks, @lab176. The pseudo commands could be used to support |
@henrywu2019 Amazing turnaround! Thank you! |
Feature Request for Async Query Support
Hi!
I have a use case that would greatly benefit from async query support, perhaps added as additional functionality to the connection interface.
For example, introducing a function that will kick off a query and return an object containing
QueryExecutionId
, then another function that may use that object to poll for query completion, and another for cancelling that query, etc.If any thought has been given to this I'd love to know.
Thanks!
The text was updated successfully, but these errors were encountered: