potiuk commented on pull request #19361:
URL: https://github.com/apache/airflow/pull/19361#issuecomment-971859483


   > Also [compare the 
ergonomics](https://stackoverflow.com/questions/67666968/can-we-configure-different-schedule-interval-for-different-tasks-within-a-dag)
 between the short-circuit operator and 
[BranchDayOfWeekOperator](https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/weekday.html),
 the latter having in my opinion a rather awkward interface.
   
   Quite agree. Declartativ ShortCircuitCron (kind of) seems even better 
candidate for this "optimized" scheduling behaviour - could be evaluated 
entirely in scheduler as well and is much simpler to implement and reason about.


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