foldvari commented on issue #42757:
URL: https://github.com/apache/airflow/issues/42757#issuecomment-2919166517

   This is pretty close to what I had in mind, but with one tweak: I'd make it 
a clear choice for whoever's implementing the DAG. Basically, if we add a new 
task instance attribute that can be set during the DAG run, like 
'needs_attention' (a string we can set), and if it has a value, it shows up on 
the UI.
   
   So, if any task instance in a DAG run has this 'needs_attention' set, then 
the whole DAG needs attention too. This might be a bit simpler to implement and 
would give more control to the DAG creator.


-- 
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]

Reply via email to