Shadowsong27 commented on issue #10194:
URL: https://github.com/apache/airflow/issues/10194#issuecomment-686363066


   @JeffryMAC By reading the threads above I feel my use case is closer to an 
operator based from `BaseBranchOperator` instead of a sensor approach, 
something like `FlexibleTimeBranchOperator` which allows you to branch DAG 
logic base on purely the execution datetime, by a customized func. We could 
have some pre-builds like `@monday` similar to `@daily` in DAG interval etc. 
   
   I do agree that we should not introduce too much complexity to Airflow core, 
that's why I feel a plugin / operator like approach is probably better.
   
   I provide a PR for this if you guys think this branch logic is useful.
   
   


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