uranusjr commented on PR #34138: URL: https://github.com/apache/airflow/pull/34138#issuecomment-1709683277
It makes sense for `task3` to skip `task4` in this case, but the impression I got from your description above is if `task[1]` finishes first (with success), the downstream task would run before `task[3]` is finished? > Also, if the state is successful, then the downstream trigger rule will evaluate using this success state of one of the upstream tasks. That’s the part that I think is wrong, becauase for normal tasks, a SUCCESS `task1` would not trigger `task4` immediately. -- 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]
