ferruzzi commented on code in PR #50957:
URL: https://github.com/apache/airflow/pull/50957#discussion_r2138333416
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_run.py:
##########
@@ -68,6 +69,7 @@ class DAGRunResponse(BaseModel):
end_date: datetime | None
data_interval_start: datetime | None
data_interval_end: datetime | None
+ deadlines: list[DeadlineResponse] | None
Review Comment:
I should also clarify that the current code as written is still a single
deadline, but I need to make that change before launch, it WILL accept a list
but the current code in the repo doesn't show that. Sorry if I mislead or
confused anyone on that point. It came up in a Meetup discussion after I did
the initial work, but it's a great idea and I'm going to be adding it in.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]