-
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
AIP-84 Get Task Instance #43485
Merged
pierrejeambrun
merged 4 commits into
apache:main
from
astronomer:aip-84-get-task-instance
Oct 31, 2024
Merged
AIP-84 Get Task Instance #43485
pierrejeambrun
merged 4 commits into
apache:main
from
astronomer:aip-84-get-task-instance
Oct 31, 2024
Conversation
This file contains 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
pierrejeambrun
added
AIP-84
Modern Rest API
legacy ui
Whether legacy UI change should be allowed in PR
labels
Oct 29, 2024
pierrejeambrun
requested review from
bbovenzi,
ryanahamilton,
jscheffl and
ephraimbuddy
as code owners
October 29, 2024 15:47
boring-cyborg
bot
added
area:API
Airflow's REST/HTTP API
area:UI
Related to UI/UX. For Frontend Developers.
labels
Oct 29, 2024
pierrejeambrun
added
legacy api
Whether legacy API changes should be allowed in PR
and removed
legacy ui
Whether legacy UI change should be allowed in PR
labels
Oct 29, 2024
Add TaskInstanceCollection serializer to unblock other PRs. |
pierrejeambrun
force-pushed
the
aip-84-get-task-instance
branch
from
October 30, 2024 17:48
3e82f38
to
dee33e5
Compare
pierrejeambrun
force-pushed
the
aip-84-get-task-instance
branch
from
October 30, 2024 17:51
dee33e5
to
e48d981
Compare
jedcunningham
approved these changes
Oct 30, 2024
1 task
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
* AIP-84 Get Task Instance * Add TaskInstanceCollectionResponse * Add more tests * Update following code review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
AIP-84
Modern Rest API
area:API
Airflow's REST/HTTP API
area:UI
Related to UI/UX. For Frontend Developers.
legacy api
Whether legacy API changes should be allowed in PR
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.
Related to #42370
Tests are taken from the legacy API. Beside the
Zulu
datetime andexecution_date -> logical_date
payload assertion in tests are identical, ensuring consistency.