Add additional task instance attributes to task instance's details section#68378
Merged
jscheffl merged 5 commits intoJun 14, 2026
Merged
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
e4efba1 to
e22de0f
Compare
ashb
reviewed
Jun 11, 2026
ashb
reviewed
Jun 11, 2026
8a64fd0 to
ce4b581
Compare
bbovenzi
reviewed
Jun 11, 2026
added 5 commits
June 11, 2026 21:59
bed59fd to
6c71049
Compare
Contributor
Author
|
@bbovenzi please let me know if I need make any other changes. |
bbovenzi
approved these changes
Jun 11, 2026
pgagnon
pushed a commit
to pgagnon/airflow
that referenced
this pull request
Jun 15, 2026
…ction (apache#68378) * Add additional task instance attributes to Airflow 3 UI task instance details page * Add task instance attributes to task details page * added task instance id and filtered out kwargs from trigger * renamed Task Instance ID to ID in common.json * Added RenderedJsonField component to render JSON in the details page --------- Co-authored-by: Jayachandra Kasarla <[email protected]>
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Jun 16, 2026
…ction (apache#68378) * Add additional task instance attributes to Airflow 3 UI task instance details page * Add task instance attributes to task details page * added task instance id and filtered out kwargs from trigger * renamed Task Instance ID to ID in common.json * Added RenderedJsonField component to render JSON in the details page --------- Co-authored-by: Jayachandra Kasarla <[email protected]>
dingo4dev
pushed a commit
to dingo4dev/airflow
that referenced
this pull request
Jun 16, 2026
…ction (apache#68378) * Add additional task instance attributes to Airflow 3 UI task instance details page * Add task instance attributes to task details page * added task instance id and filtered out kwargs from trigger * renamed Task Instance ID to ID in common.json * Added RenderedJsonField component to render JSON in the details page --------- Co-authored-by: Jayachandra Kasarla <[email protected]>
RulerChen
pushed a commit
to RulerChen/airflow
that referenced
this pull request
Jun 16, 2026
…ction (apache#68378) * Add additional task instance attributes to Airflow 3 UI task instance details page * Add task instance attributes to task details page * added task instance id and filtered out kwargs from trigger * renamed Task Instance ID to ID in common.json * Added RenderedJsonField component to render JSON in the details page --------- Co-authored-by: Jayachandra Kasarla <[email protected]>
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: #67971
What
This PR enhances the Airflow 3 Task Instance Details page by surfacing additional task instance metadata that was previously available in Airflow 2.
A new Additional Task Instance Attributes section has been added to the Details view, displaying:
The PR also adds the corresponding translation strings for the new UI labels.
Why
Airflow 3 exposes task retry history through the try selector, but some task instance metadata is not easily discoverable from the Details view.
This change surfaces additional task instance attributes such as Max Tries, DAG ID, Trigger, and Triggerer Job, making task debugging and troubleshooting easier while restoring information that was previously available in Airflow 2.
Testing
Tested locally using Breeze and the Airflow UI.
Verified:
Screenshots
Also, the screenshot in issue #67971 shows the "Dependencies Blocking Task From Getting Scheduled" section. This functionality is already present in Airflow 3. The section is displayed when a task is waiting for its upstream dependencies to complete and is hidden once the task is no longer blocked (for example, after the upstream tasks have completed).
Here's the screenshot of the same:

Was generative AI tooling used to co-author this PR?
[X] Yes
Used ChatGPT to understand the codebase and assist with implementing the changes in Details.tsx.
Note
✅ Ready for review · @jayachandrakasarla →
@potiuk· 2026-06-12 13:30 UTCThanks @jayachandrakasarla — all checks are green and this PR is marked ready for maintainer review. The ball is with the maintainers now; a maintainer will take the next look.
Automated triage — may be imperfect.