kaxil commented on issue #6392: [AIRFLOW-5648] Add ClearTaskOperator for 
clearing tasks in a DAG
URL: https://github.com/apache/airflow/pull/6392#issuecomment-548398662
 
 
   You could separate them into 2 DAGs, and use TriggerDagRunOperator after 
task K in DAG 1 to trigger DAG 2 after sensor passes True.
   
   You can have BranchPythonOperator in DAG2: to decide if it needs to just run 
L & M or run the other branch where 1st task can be TriggerDagRunOperator to 
run Dag 1. But note that this can end up in an always True loops so make sure 
that your BranchPythonOperator in Dag 2 has the correct logic.  

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to