SNOW-1508219: In type of StatementOption, complete
should be optional
#860
Labels
bug
Something isn't working
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.After upgrading to
1.11.0
I got a type error cause by a missingcomplete
callback. This callback was optional in@types/snowflake-sdk
(link). Looking at the code the callback seems indeed optional.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: