uranusjr opened a new pull request, #25793: URL: https://github.com/apache/airflow/pull/25793
Fix #25792 As explained in the issue, this is caused by our dependant detection code not correctly look up tasks across groups. Since looking across group requires the task to know about its root group, the lookup logic has been moved from TaskMixin to AbstractOperator. We only use the logic with tasks right now, so it’s OK. -- 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]
