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/12/05 17:48:18 UTC

[GitHub] [airflow] potiuk commented on issue #20055: DAG serialization broken because of pendulum

potiuk commented on issue #20055:
URL: https://github.com/apache/airflow/issues/20055#issuecomment-986271962


   I believe this is deliberate. The error tells what to do - change the timezone to use pendulum.
   
   If you look here: https://airflow.apache.org/docs/apache-airflow/stable/timezone.html#time-zone-aware-dags, you are supposed to use pendulum timezones (and it's been there for quite a while when we expected pendulum not datetime). While previously it coudl accidentally work with datetime timezones, it was, I believe, not intended. So please convert your DAGs to use the pendulum timezones and it should be fixed.
   
   @uranusjr - am I right? Should we close it?
   


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