kaxil commented on a change in pull request #17683:
URL: https://github.com/apache/airflow/pull/17683#discussion_r691316424



##########
File path: airflow/utils/trigger_rule.py
##########
@@ -32,6 +32,7 @@ class TriggerRule:
     NONE_SKIPPED = 'none_skipped'
     DUMMY = 'dummy'
     ALWAYS = 'always'
+    NONE_FAILED_AND_AT_LEAST_ONE_SUCCEED = 
"none_failed_and_at_least_one_succeed"

Review comment:
       This is tooooo long. Are you sure you wanted to change the name of 
`none_failed_or_skipped` and not `none_failed` based on 
https://github.com/apache/airflow/issues/17012#issuecomment-883089001




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to