Migrate public endpoint Get Task to FastAPI#43718
Merged
pierrejeambrun merged 3 commits intoapache:mainfrom Nov 13, 2024
Merged
Migrate public endpoint Get Task to FastAPI#43718pierrejeambrun merged 3 commits intoapache:mainfrom
pierrejeambrun merged 3 commits intoapache:mainfrom
Conversation
619aaa5 to
535b646
Compare
omkar-foss
commented
Nov 5, 2024
dolfinus
reviewed
Nov 6, 2024
53bbc36 to
7cc3eed
Compare
7467a22 to
f0f1850
Compare
Collaborator
Author
|
@pierrejeambrun PR rebased and synced with |
c78d799 to
9bf4670
Compare
Collaborator
Author
Done! Rebased and conflicts resolved ✅ |
3ef30fa to
f8e9b09
Compare
bc1d210 to
eecc938
Compare
pierrejeambrun
approved these changes
Nov 12, 2024
Member
pierrejeambrun
left a comment
There was a problem hiding this comment.
Needs rebasing again. Ready to merge
eecc938 to
ee693e7
Compare
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.