Yuvraj-Dhepe commented on issue #48694:
URL: https://github.com/apache/airflow/issues/48694#issuecomment-2817464841

   Ahh okay @karenbraganz , Thank you for the clarification. The last lines 
made it much clearer.
   
   > I also want to emphasize that tasks enter the skipped state- not the 
failed state- if trigger rules are not met because Airflow will directly skip 
running these tasks. The failed state is appropriate if Airflow actually 
attempts to run the task but is not able to complete the task successfully. 
That is not the case here.
   
   So the trigger rule decides whether to run the task at all or not, I was 
confusing it with, the task is being run, always, and wondering why is it not 
failing. 
   
   


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