uranusjr commented on PR #34138: URL: https://github.com/apache/airflow/pull/34138#issuecomment-1715140557
Ah OK. In that case I don’t think we should remove the fast fail (and fast skip) behaviour. Instead of waiting for all (mapped) upstream tis to finish, the downstream should wait until it can deterministically decide what to do. For example, if the trigger rule is `ALL_SUCCESS`, it should only wait until one upstream is not success, _but no longer_. -- 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]
