rawwar commented on issue #50992:
URL: https://github.com/apache/airflow/issues/50992#issuecomment-2903106075

   Currently, 
   
   in DAG class, deadline is defined as 
   ```
   deadline: DeadlineAlert | None = attrs.field(
           default=None,
           
validator=attrs.validators.optional(attrs.validators.instance_of(DeadlineAlert)),
       )
   ```
   
   This needs to change, in order to allow multiple DeadlineAlert's . And 
that's a blocker


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to