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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
