-
Notifications
You must be signed in to change notification settings - Fork 478
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-285535: Implement callproc #1143
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Codecov Report
@@ Coverage Diff @@
## main #1143 +/- ##
==========================================
- Coverage 84.69% 84.65% -0.04%
==========================================
Files 57 57
Lines 7820 7826 +6
Branches 1263 1264 +1
==========================================
+ Hits 6623 6625 +2
- Misses 895 899 +4
Partials 302 302
Continue to review full report at Codecov.
|
@sfc-gh-mkeller I saw v1 connector questions:
misc questions:
|
caf99b4
to
7652923
Compare
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-285535: Implement callproc
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
The issue origins from snowflake-sqlalchemy repo: SNOW-285535: Implement callproc snowflake-sqlalchemy#216.
To meet users needs, add
callproc
support toSnowflakeCursor
as per pep249: https://peps.python.org/pep-0249/#callproc