ferruzzi commented on code in PR #50093:
URL: https://github.com/apache/airflow/pull/50093#discussion_r2072177351
##########
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:
Should be covered by
[d77ed42](https://github.com/apache/airflow/pull/50093/commits/d77ed421b922dbddb642e82edfa633e37c526e66)
but I can't fully test it until I get the SQLAlchemy thing sorted.
--
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]