-
Notifications
You must be signed in to change notification settings - Fork 133
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-982536: connection.getQueryStatusThrowIfError() is not throwing an error #719
Comments
hi and thank you for raising this issue and providing such a detailed description, appreciated! we're going to take a look |
possible fix #722 , under review |
PR is merged and will be part of the February release, coming in the second half of February |
fix released with snowflake-sdk 1.10.0, closing this issue |
we are using the 1.11.0 and types 1.6.24 |
hi - the external types you're using (v1.6.24) is not maintained by Snowflake |
What version of NodeJS driver are you using?
1.9.1
What operating system and processor architecture are you using?
MacOS 14, ARM (Apple M1 Pro)
What version of NodeJS are you using?
20.10.0
What did you do?
I'm trying the new
asyncExec
flag introduced in #672.asyncExec: true
await connection.getQueryStatusThrowIfError(queryId);
All the code I'm running I'm talking from the test (test/integration/testExecuteAsync.js).
I expected error to be thrown. Instead I can see that the status is error but it's not thrown.
The text was updated successfully, but these errors were encountered: