uranusjr opened a new pull request, #27810: URL: https://github.com/apache/airflow/pull/27810
To implement depth-first execution, a task instance must be able to depend on only selective upstream _task instances_, not the entire upstream _task_. So TriggerRuleDep’s helper functions are all changed to take `ti` to make this easier. I also took the chance to add type annotations to all the functions (including those from BaseTIDep). -- 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]
