You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/02 08:50:01 UTC

[GitHub] [airflow] ManiBharataraju edited a comment on issue #17176: TriggerDagRunOperator triggering subdags out of order

ManiBharataraju edited a comment on issue #17176:
URL: https://github.com/apache/airflow/issues/17176#issuecomment-890847471


   @uranusjr - Hey, the line highlighted here, 
   https://github.com/apache/airflow/blob/main/airflow/api/common/experimental/trigger_dag.py#L81
   I removed `dag.subdags` and it looks like below now
   `dags_to_trigger = [dag] `
   But, I am not sure whether that is the right fix for this because it seems to be not a recent change and not sure why it was put in the first place(maybe to support some other use case).
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org