uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1839375410


##########
providers/src/airflow/providers/standard/sensors/date_time.py:
##########
@@ -69,7 +69,7 @@ class DateTimeSensor(BaseSensorOperator):
 
             DateTimeSensor(
                 task_id="wait_for_0100",
-                target_time="{{ next_execution_date.tomorrow().replace(hour=1) 
}}",
+                target_time="{{ next_logical_date.tomorrow().replace(hour=1) 
}}",

Review Comment:
   We should also remove `next_logical_date`. Since this is just an example, we 
can change it to use `data_interval_end` instead.



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