-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[FlightRPC][Python] Implement async GetFlightInfo #37093
Comments
### Rationale for this change Demonstrate how to deal with async Flight from Python. ### What changes are included in this PR? Add bindings for GetFlightInfo. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, new APIs. * Closes: #37093 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
…pache#36986) ### Rationale for this change Demonstrate how to deal with async Flight from Python. ### What changes are included in this PR? Add bindings for GetFlightInfo. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, new APIs. * Closes: apache#37093 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
@lidavidm any future plans to implement async Python bindings to |
Hey @pvardanis, unfortunately I ran out of available time after this. But since then I've come to the conclusion that we just can't feasibly wrap gRPC's API surface (async included) and that it would be better to expose gRPC so that you can directly use all of its APIs, which should mean that you wouldn't be blocked on us. CC @felipecrv who has been looking at this as well |
Yes. Giving users the full gRPC interface is my goal. I'm gonna have to do it sooner rather than later because it blocks other things I want to do. |
@lidavidm @felipecrv has there been any roadmap for implementing this? |
Describe the enhancement requested
Add Python bindings to #36512.
Component(s)
FlightRPC, Python
The text was updated successfully, but these errors were encountered: