Add DAG run missed-deadline metadata to Grid API#62189
Merged
ferruzzi merged 12 commits intoapache:mainfrom Feb 20, 2026
Merged
Add DAG run missed-deadline metadata to Grid API#62189ferruzzi merged 12 commits intoapache:mainfrom
ferruzzi merged 12 commits intoapache:mainfrom
Conversation
…G runs - Added DeadlinesService and new /deadlines route for fetching DAG run deadlines - Added deadline datamodels (DeadlineResponse, DeadlineCollectionResponse) - Added has_missed_deadline field to GridDAGRunwithTIDetails - Registered deadlines router in UI routes - Updated OpenAPI spec and regenerated openapi-gen client files
This was referenced Feb 19, 2026
ferruzzi
approved these changes
Feb 20, 2026
Contributor
There was a problem hiding this comment.
The yaml and python portions look like they are following the patterns of the surrounding code. The typescript portion is absolute witchcraft but I think it looks right compared the surrounding code for other features.
Approving with the caveat that someone with more front-end experience needs to also approve it, and assuming the CI goes green
vincbeck
reviewed
Feb 20, 2026
vincbeck
approved these changes
Feb 20, 2026
…g_id}/{run_id} endpoint
jason810496
reviewed
Feb 21, 2026
choo121600
pushed a commit
to choo121600/airflow
that referenced
this pull request
Feb 22, 2026
* feat: add deadlines API endpoint and has_missed_deadline field for DAG runs - Added DeadlinesService and new /deadlines route for fetching DAG run deadlines - Added deadline datamodels (DeadlineResponse, DeadlineCollectionResponse) - Added has_missed_deadline field to GridDAGRunwithTIDetails - Registered deadlines router in UI routes - Updated OpenAPI spec and regenerated openapi-gen client files
dominikhei
pushed a commit
to dominikhei/airflow
that referenced
this pull request
Mar 11, 2026
* feat: add deadlines API endpoint and has_missed_deadline field for DAG runs - Added DeadlinesService and new /deadlines route for fetching DAG run deadlines - Added deadline datamodels (DeadlineResponse, DeadlineCollectionResponse) - Added has_missed_deadline field to GridDAGRunwithTIDetails - Registered deadlines router in UI routes - Updated OpenAPI spec and regenerated openapi-gen client files
Ankurdeewan
pushed a commit
to Ankurdeewan/airflow
that referenced
this pull request
Mar 15, 2026
* feat: add deadlines API endpoint and has_missed_deadline field for DAG runs - Added DeadlinesService and new /deadlines route for fetching DAG run deadlines - Added deadline datamodels (DeadlineResponse, DeadlineCollectionResponse) - Added has_missed_deadline field to GridDAGRunwithTIDetails - Registered deadlines router in UI routes - Updated OpenAPI spec and regenerated openapi-gen client files
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.
This PR introduces backend and API support for exposing per-DAG-run deadline information to the UI.
Changes included
API and data model
deadline status without additional API calls.
New private UI endpoint
DeadlineAlert records.
New response model
DeadlineResponse includes:
OpenAPI
Notes
Was generative AI tooling used to co-author this PR?
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.