You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/20 17:01:22 UTC

[GitHub] [airflow] jj-ookla commented on issue #19716: [Airflow 2.2.2] execution_date Proxy object - str formatting error

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org