Skip to content

Conversation

@AryanK1511
Copy link
Contributor

@AryanK1511 AryanK1511 commented Jun 13, 2025

closes #50991

@boring-cyborg boring-cyborg bot added area:airflow-ctl area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. labels Jun 13, 2025
Copy link
Contributor

@jscheffl jscheffl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just adding the models, no logic until here?

@AryanK1511
Copy link
Contributor Author

This is just adding the models, no logic until here?

@jscheffl Yep!

@jscheffl jscheffl merged commit 7c31bb5 into apache:main Jun 15, 2025
275 of 276 checks passed
@pierrejeambrun
Copy link
Member

There is already a PR opened to do that (and also add the necessary logic outside of dag models)
#51698

@ferruzzi
Copy link
Contributor

ferruzzi commented Jun 16, 2025

FYI: You just linked to this same PR. I think perhaps you meant #50957 ?

@ferruzzi
Copy link
Contributor

Were you able to test this at all? I'm getting failures because the current dag code still only accepts a single deadline, not a list yet.

https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/models/dag.py#L377

Pretty sure this can't work as written until the dag model is adjusted to accept a list of deadlines?

RoyLee1224 pushed a commit to RoyLee1224/airflow that referenced this pull request Jun 21, 2025
* add deadline to DagResponse

* add deadline to DagResponse

* fix: CI test fails by adding deadline field to get_dagbag_dag_details() func

---------

Co-authored-by: kalyanr <kalyan.ben10@live.com>
ferruzzi added a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jul 8, 2025
ferruzzi added a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jul 21, 2025
ferruzzi added a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jul 21, 2025
o-nikolas pushed a commit that referenced this pull request Jul 22, 2025
@AryanK1511 AryanK1511 deleted the issue-50991 branch July 27, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:airflow-ctl area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add DeadlineAlert to DagResponse

5 participants