You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/07 19:30:55 UTC

[GitHub] [airflow] eladkal commented on issue #22816: Providing Composite Sensors

eladkal commented on issue #22816:
URL: https://github.com/apache/airflow/issues/22816#issuecomment-1092123370

   Isn't that just?
   ```
   s1 = Sensor()
   s2 = Sensor()
   op = Operator(trigger_rule='one_success')
   [s1, s2] >> op
   ```
   
   I guess what missing to make it complete is when `op` starts then all running upstream tasks should terminate.


-- 
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-unsubscribe@airflow.apache.org

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