You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With SLA rework on Airflow's roadmap, I would like to have SLA miss alerting available for mapped tasks. Currently, we run into this exception where we have to set sla=None whenever we have a mapped task: https://github.com/apache/airflow/blob/main/airflow/models/mappedoperator.py#L328.
This makes SLA miss alerting pointless when not every task in a DAG can be tracked for SLA misses.
Beta Was this translation helpful? Give feedback.
All reactions