Lee-W commented on code in PR #43556:
URL: https://github.com/apache/airflow/pull/43556#discussion_r1831922829


##########
providers/src/airflow/providers/standard/sensors/time.py:
##########
@@ -102,7 +119,9 @@ def __init__(
 
     def execute(self, context: Context) -> NoReturn:
         self.defer(
-            trigger=DateTimeTrigger(moment=self.target_datetime, 
end_from_trigger=self.end_from_trigger),
+            trigger=DateTimeTrigger(moment=self.target_datetime, 
end_from_trigger=self.end_from_trigger)
+            if AIRFLOW_V_3_0_PLUS

Review Comment:
   I thought it's 2_10_PLUS?



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