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/01 12:59:02 UTC

[GitHub] [airflow] andydennehy commented on issue #19343: Airflow 2.2.1 : airflow scheduler is not able to start: AttributeError: 'NoneType' object has no attribute 'utcoffset'

andydennehy commented on issue #19343:
URL: https://github.com/apache/airflow/issues/19343#issuecomment-956210384


   We faced the same issue. Upon inspection, we found some dags in the DB's `dag` table that had NULL next_dagrun's, although they were active. We manually set the next_dagrun to the corresponding time and it worked - our suspicion is there is an incorrect handling of the current dagrun object after the timezone change.


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