-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AIP-86: Add deadline to DagResponse
#51698
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
Conversation
jscheffl
left a comment
There was a problem hiding this 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?
@jscheffl Yep! |
|
There is already a PR opened to do that (and also add the necessary logic outside of dag models) |
|
FYI: You just linked to this same PR. I think perhaps you meant #50957 ? |
|
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? |
* 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>
This reverts commit 7c31bb5
This reverts commit 7c31bb5
This reverts commit 7c31bb5
closes #50991