hussein-awala commented on issue #30552:
URL: https://github.com/apache/airflow/issues/30552#issuecomment-1510351945

   I checked the table `task_instance` and I found the the `start_date` is 
updated on each poke when use the reschedule mode.
   
   The unit test added for this part
   
https://github.com/apache/airflow/blob/1cf1fc46e95c889c8c81bb2ed2c3f08a681bf7e3/tests/sensors/test_base.py#L192-L193
   is a bit tricky because we provide the `start_date` for each poke
   
https://github.com/apache/airflow/blob/1cf1fc46e95c889c8c81bb2ed2c3f08a681bf7e3/tests/sensors/test_base.py#L123-L124


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