ashb 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_r379649516
##########
File path: airflow/models/baseoperator.py
##########
@@ -650,6 +651,7 @@ def deps(self) -> Set[BaseTIDep]:
NotInRetryPeriodDep(),
PrevDagrunDep(),
TriggerRuleDep(),
+ BranchDep(),
Review comment:
We have `NotInRetryPeriodDep` already , so `NotPreviouslySkippedDep` would
follow -- `PreviouslySkippedDep` would _pass_ if it had been skipped, the
opposite of what we want.
----------------------------------------------------------------
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