j-y-matsubara commented on a change in pull request #8867:
URL: https://github.com/apache/airflow/pull/8867#discussion_r429157021



##########
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:
       Fixed!

##########
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:
       Fixed!




----------------------------------------------------------------
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]


Reply via email to