pingzh edited a comment on issue #21407: URL: https://github.com/apache/airflow/issues/21407#issuecomment-1032125080
i think it should be related to this PR https://github.com/apache/airflow/pull/21296 after I reseted to a commit before that PR. it worked. How to reproduce: 1. drop my mysql database 2. pull latest main branch 3. `airflow db init` 4. `airflow webserver` --> will fail 5. `git reset --hard e1a2717dae4614dbd3523bb1baacdecbdeadfcac` # reset commit back to that pr. 6. `airflow webserver` --> fails again 7. `git reset --hard 40d3a76a9bce2360b951f2e990cba571c5f51a76` # 1 commit before that pr 8. `airflow webserver` --> works -- 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]
