-
Notifications
You must be signed in to change notification settings - Fork 14
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
Long running queries not returning results #15
Comments
@manish-kotecha-cko, |
Hey Ilya, no worries and thanks for the nice project. |
Yep, it turns out that implementation for this is really really simple - thanks for this hint :) Not sure why I thought that this will require API breaking changes. So I've just released new version 0.3.9 that can handle long-running queries. |
Hey, we've been having issues with long running queries not being executed properly. According to the snowflake docs if a query takes longer than 45 seconds to execute you will have a QueryStatus object returned with a different response code instead of the result but it seems as though this scenario is not being considered.
https://docs.snowflake.com/en/developer-guide/sql-api/guide.html#handling-the-response
The text was updated successfully, but these errors were encountered: