mobuchowski commented on issue #59370:
URL: https://github.com/apache/airflow/issues/59370#issuecomment-3654853132

   The issue with that is that not all tasks are covered by 
AirflowSkipException, I would say a small minority of them. Most of skips are 
done on scheduler, as a result of tasks failing, trigger rules or some 
particular operators like `BranchPythonOperator`. 
   
   Initially we did not want to provide the coverage for skips specially for 
this reason - I would think it be a "sense of false security" when receiving 
events only for the part of the events.
   
   The DAG-level events carry a task state map that you can use to build task 
state map from OpenLineage event consumer - maybe that solves your issue?


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