Devarajegowda commented on issue #8081: [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags URL: https://github.com/apache/airflow/pull/8081#issuecomment-608991196 @cBournhonesque Wanted to understand why all nested subdags are stored in dag.subdags level, Ex: dag1-> subdag_dag1 -> subdag_subdag_dag1 dag.subdags contain both subdag_dag1 , subdag_subdag_dag1, I was wondering if it make sense to store 1st level of subdags inside dag.subdags.
---------------------------------------------------------------- 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] With regards, Apache Git Services
