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

   > avoid execution of tasks that are not necessary for the final outcome.
   
   If there is a condition of which downstream task can be skipped then place 
`ShortCircuitOperator` to achieve that.
   
   I didn't fully understand what you are actually proposing and what is the 
problem you are facing?
   You describe the problem as complex but didn't provide an actual example of 
the complexity. Could there be parts in your workflow that don't have to be 
coupled into a single dag (Maybe the complexity could be reduced) ?


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