bolkedebruin commented on PR #28333:
URL: https://github.com/apache/airflow/pull/28333#issuecomment-1352778402

   I wondering if this is generic enough. I can imagine that you want full 
business rule implementation and that `any_of` is an implementation of such 
rule.
   
   For example if you have dataset_1, _2, _3 and have dag_1 be dependent on all 
these datasets and dag_2 be dependent on dataset_1, dataset_2 only if dataset_3 
hasnt changed. This currently requires a sensor which defeats the purpose of 
having this (kind of) event driven.
   
   This change 'only' adds `any` to `all`. I think i'd like to see a more 
strategic approach.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to