-
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-630142 Custom Auth #1215
SNOW-630142 Custom Auth #1215
Conversation
Just using GitHub to run some tests for me |
Codecov Report
@@ Coverage Diff @@
## main #1215 +/- ##
==========================================
- Coverage 81.70% 81.45% -0.26%
==========================================
Files 59 62 +3
Lines 8331 8650 +319
Branches 1353 1282 -71
==========================================
+ Hits 6807 7046 +239
- Misses 1224 1293 +69
- Partials 300 311 +11
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e32c2e4
to
e1d4245
Compare
87b862f
to
3363c5d
Compare
I think we need to align the implementation signature with the protocol, which should all just be keyword arguments |
3c749ba
to
1354214
Compare
acde21e
to
c9b6315
Compare
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 assuming the type hint comments are resolved properly.
Description Implemented custom auth and refactored the current auth methods to use the new custom auth class Testing
…there's no point in being backwards compatible
Co-authored-by: Adam Ling <[email protected]>
Co-authored-by: Adam Ling <[email protected]>
Co-authored-by: Adam Ling <[email protected]>
f71f6f2
to
223424e
Compare
223424e
to
2b5ae0e
Compare
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.
🚢 🚢
Description
Implemented custom auth and refactored the current auth methods to use the new custom auth class
Testing
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-630142
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.