Qiuzhuang edited a comment on issue #16552: URL: https://github.com/apache/airflow/issues/16552#issuecomment-873549021
Hi Eladkal, both versions 2.0.1 and newest 2.1 have this issue using MySQL as airflow DB backend. Here is the related issue: https://github.com/apache/airflow/issues/14249#issuecomment-866756616. To proproduce issue, simply change **default_timezone = utc** in airflow.cfg to **default_timezone = Asia/Shanghai**, then run backfill command and you would see the error. Then switch this timezone to default utc, backfill should be working again. Thanks! -- 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]
