jj-ookla commented on issue #19716: URL: https://github.com/apache/airflow/issues/19716#issuecomment-974679209
@uranusjr I have discovered a similar issue with `prev_ds` and `next_ds`. ```python from datetime import datetime ... datetime.fromisoformat(next_ds) TypeError: fromisoformat: argument must be str ``` -- 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]
