kosteev commented on code in PR #53669:
URL: https://github.com/apache/airflow/pull/53669#discussion_r2245221314


##########
providers/standard/src/airflow/providers/standard/sensors/time.py:
##########
@@ -116,8 +116,10 @@ def execute(self, context: Context) -> None:
                 ),
                 method_name="execute_complete",
             )
+        else:
+            super().execute(context)

Review Comment:
   Was this statement really missing? It looks like without this sensor was 
completely broken in non-deferrable mode?



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

Reply via email to