shaliamekh commented on issue #58679: URL: https://github.com/apache/airflow/issues/58679#issuecomment-3585874833
The problem is with the `ti.get_first_reschedule_date(context)` that is supposed to return a datetime object but returns a string ``` def get_first_reschedule_date(self, first_try_number) -> AwareDatetime | None: ... ``` -- 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]
