-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 Delete DAG to FastAPI #42914
Migrate the public endpoint Delete DAG to FastAPI #42914
Conversation
2978c05
to
a61f80f
Compare
317a424
to
2ec7b6d
Compare
Merge conflict resolved, PR is ready for review. |
fd5cac9
to
d3b73c3
Compare
Tests failing after adding migration marker for legacy APIs. Could someone please add the |
Label added :) |
The mypy tests for |
c00bef1
to
50a258e
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.
Thanks
* Migrate the public endpoint Delete DAG to FastAPI * Refactor tests
* Migrate the public endpoint Delete DAG to FastAPI * Refactor tests
* Migrate the public endpoint Delete DAG to FastAPI * Refactor tests
* Migrate the public endpoint Delete DAG to FastAPI * Refactor tests
closes: #42650
related: #42370
This migrates the Delete DAG API from
api_connexion
toapi_fastapi
, with a supporting test.