ManiBharataraju commented on issue #17176: URL: https://github.com/apache/airflow/issues/17176#issuecomment-890959250
@uranusjr - > Would this not make subdags not triggered at all? The subdags are getting triggered after upstream dependencies are met. But, without the change, the subdags get triggered as soon as the parent dag is triggered and not respecting the upstream task dependencies. One thing that I observed is, the triggered dags no more have run id as `trig__<date>` they now have run id as `manual__<date>` and subdags are inheriting run id from the parent. Previously, the subdag run id used to be `backfill__<date>`. I strongly suspect this change could be the root cause. -- 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]
