Migrate public endpoint Get Task to FastAPI - #43718
Merged
Merged
Conversation
omkar-foss
requested review from
bbovenzi,
ephraimbuddy,
jscheffl,
pierrejeambrun and
ryanahamilton
as code owners
November 5, 2024 19:30
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
from
November 5, 2024 19:35
619aaa5 to
535b646
Compare
omkar-foss
commented
Nov 5, 2024
dolfinus
reviewed
Nov 6, 2024
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
from
November 8, 2024 13:37
53bbc36 to
7cc3eed
Compare
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
2 times, most recently
from
November 8, 2024 13:50
7467a22 to
f0f1850
Compare
Collaborator
Author
|
@pierrejeambrun PR rebased and synced with |
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
from
November 8, 2024 15:43
c78d799 to
9bf4670
Compare
Collaborator
Author
Done! Rebased and conflicts resolved ✅ |
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
from
November 8, 2024 16:22
3ef30fa to
f8e9b09
Compare
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
2 times, most recently
from
November 11, 2024 17:52
bc1d210 to
eecc938
Compare
pierrejeambrun
approved these changes
Nov 12, 2024
pierrejeambrun
left a comment
Member
There was a problem hiding this comment.
Needs rebasing again. Ready to merge
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
from
November 13, 2024 07:53
eecc938 to
ee693e7
Compare
omkar-foss
force-pushed
the
aip-84/tasks/get-task
branch
from
November 13, 2024 07:57
ec8effc to
aaddea5
Compare
Collaborator
Author
@pierrejeambrun rebasing done, thank you ✅ |
pierrejeambrun
approved these changes
Nov 13, 2024
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
* Migrate public endpoint Get Task to FastAPI, with main resynced * Re-run static checks * Remove extra router line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes: #42874
related: #42370
This migrates the Get Task API from
api_connexiontoapi_fastapi.