yuqian90 commented on a change in pull request #8867: URL: https://github.com/apache/airflow/pull/8867#discussion_r428992336
########## File path: UPDATING.md ########## @@ -62,6 +62,17 @@ https://developers.google.com/style/inclusive-documentation --> +### BaseSensorOperator to make respect the trigger_rule of downstream tasks Review comment: ```suggestion ### Made BaseSensorOperator respect the trigger_rule of downstream tasks ``` ########## File path: UPDATING.md ########## @@ -62,6 +62,17 @@ https://developers.google.com/style/inclusive-documentation --> +### BaseSensorOperator to make respect the trigger_rule of downstream tasks + +Previously, BaseSensorOperator with setting soft_fail=True becomes skipped itself +and skips all its downstream tasks unconditionally, when it fails. +The point is not respect the trigger_rule of downstream tasks, when it fails. Review comment: ```suggestion The point is it does not respect the trigger_rule of downstream tasks when it fails. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
