-
Notifications
You must be signed in to change notification settings - Fork 30
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
SNOW-692968: Async queries support #787
SNOW-692968: Async queries support #787
Conversation
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.
Please remove unnecessary formatting changes. It's hard to review with so much (unnecessary?) changes.
…m/snowflakedb/libsnowflakeclient into SNOW-692968-async-queries-support
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.
We fixed the code quality check so now it can be turned green again so please take a look as well
Hi @sfc-gh-mkubik, Update: It works now |
…m/snowflakedb/libsnowflakeclient into SNOW-692968-async-queries-support
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
Added snowflake_async_execute to execute async queries and snowflake_async_stmt to get previously run async queries using query id.