-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Migrate public endpoint Get Tasks to FastAPI #43980
base: main
Are you sure you want to change the base?
Conversation
2e1d174
to
7bdaa5d
Compare
@pierrejeambrun This PR also addresses the pending part from #43718 - have used |
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.
Great, thanks!
Thanks for the refactoring as well, it's cleaner.
One minor suggestion, because of a recent change of convention introduced in a PR merged yesterday.
Ready to merge after that.
60cfdf6
to
245b9c4
Compare
@pierrejeambrun PR synced with |
245b9c4
to
8b7bc20
Compare
closes: #42875
related: #42370
This migrates the Get Tasks API from
api_connexion
toapi_fastapi
.