KulykDmytro edited a comment on issue #10686:
URL: https://github.com/apache/airflow/issues/10686#issuecomment-713721131


   Initial issue which seems to be fixed with AIRFLOW-4453 has been returned 
back (at least in 1.10.12)
   PR: https://github.com/apache/airflow/pull/7464
   so `none_failed` behavior is ignored despite of documentation
   ```python
       t_ready = DummyOperator(
           task_id = 'calc_ready',
           trigger_rule = 'none_failed',
           dag=dag)
   ```
   
![image](https://user-images.githubusercontent.com/34435869/96754074-795e8280-13d9-11eb-8d29-580eaf85e1ff.png)
   
   **Used version:** 1.10.12 with KubernetesExecutor


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


Reply via email to