-
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 the public endpoint Get DAG Stats to FastAPI #43255
Migrate the public endpoint Get DAG Stats to FastAPI #43255
Conversation
7519fd1
to
a3a80ec
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.
Looking good. A few suggestions and we should be good to merge.
91ba57f
to
440180c
Compare
9873a00
to
56faf48
Compare
@pierrejeambrun All comments resolved, please have a look when possible. Thank you! |
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.
We are missing the @mark_fastapi_migration_done
decorator
56faf48
to
22b234d
Compare
Done, added it. And have added |
@pierrejeambrun all conversations and conflicts resolved, PR ready to review ✅ Also kindly see this thread, let me know if any changes needed there: #43255 (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.
Looking good, thanks
Need rebasing but can be merged after that. |
330db0c
to
47dd7d5
Compare
@pierrejeambrun done, PR rebased and synced with |
Thanks @omkar-foss |
* Migrate public endpoint Get DAG Stats to FastAPI, with main resynced * Re-run static checks * Add newlines to separate entities
closes: #42877
related: #42370
This migrates the Get DAG Stats API from
api_connexion
toapi_fastapi
.