yuqian90 commented on a change in pull request #7276: [AIRFLOW-5391] Do not run 
skipped tasks when they are cleared
URL: https://github.com/apache/airflow/pull/7276#discussion_r379380497
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -650,6 +651,7 @@ def deps(self) -> Set[BaseTIDep]:
             NotInRetryPeriodDep(),
             PrevDagrunDep(),
             TriggerRuleDep(),
+            BranchDep(),
 
 Review comment:
   @ashb  what about calling it `PreviouslySkipped` instead of 
`NotPreviouslySkipped`?
   
   I'm just worried the negation in the naming can be a little confusion.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to