-
Notifications
You must be signed in to change notification settings - Fork 173
feat(python/adbc_driver_flightsql): add constants for OAuth options #3849
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
Conversation
lidavidm
left a comment
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.
Thanks!
These recipes won't run in CI as-is. Is there some minimal implementation that we can run them against?
Adding oauth mock server to be used for recipes. Creates a token that gets validated by a mock flight server
zeroshade
left a comment
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.
Should we add constants in the other languages too?
|
@lidavidm I've added a mock oauth server and complementary validation on flightsql test server to make the recipes work @zeroshade Yes. Is there any other language that wraps the go driver similarly to python? If not this is a feature gap in other languages. |
|
I think we can handle other languages in other PRs |
lidavidm
left a comment
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, please rebase!
Description
This pull request adds OAuth options introduced in #2651 to python
Related Issues
Closes #2714
Changes Made