ferruzzi commented on code in PR #50093:
URL: https://github.com/apache/airflow/pull/50093#discussion_r2072114940
##########
airflow-core/src/airflow/models/deadline.py:
##########
@@ -90,3 +96,77 @@ def _determine_resource() -> tuple[str, str]:
def add_deadline(cls, deadline: Deadline, session: Session = NEW_SESSION):
"""Add the provided deadline to the table."""
session.add(deadline)
+
+
+class DeadlineTrigger(Enum):
Review Comment:
I know it has come up a bunch of times and didn't remember ever settling on
a better name, but looking back int he dev list it looks like we settled on
`DeadlineReference`. I'll update the code. Thanks for he reminder.
--
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]