-
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 Source to FastAPI #43084
Migrate the public endpoint Get DAG Source to FastAPI #43084
Conversation
3042ffe
to
823df79
Compare
13706b3
to
c4e75f1
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.
Nice
c4e75f1
to
a0da746
Compare
a0da746
to
fd004ac
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.
I think we are missing the @mark_fastapi_migration_done
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.
PR updated
99fc84a
to
5127bff
Compare
Please ignore the request for review notification, reviewers got auto-added due to a large diff w.r.t My apologies for the spam! :) |
5127bff
to
a1eea28
Compare
All conversations resolved, synced with |
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.
Nice. Needs rebasing to fix conflicts but ready to merge after that.
Co-authored-by: pierrejeambrun <pierrejbrun@gmail.com>
a1eea28
to
50ee32c
Compare
Synced with |
Nice work, thanks |
* Migrate public endpoint Get DAG Source to FastAPI, with main resynced Co-authored-by: pierrejeambrun <pierrejbrun@gmail.com> * Re-run static checks --------- Co-authored-by: pierrejeambrun <pierrejbrun@gmail.com>
Closes: #42876
Related: #42370
This migrates the Get DAG Source API from
api_connexion
toapi_fastapi
.