sjyangkevin commented on PR #54308: URL: https://github.com/apache/airflow/pull/54308#issuecomment-3173138362
Hi all, I am wondering if I could get some help on resolving the following CI failure. The `hitl_detail` table is updated with a new column `respondents`. I wasn't sure if there is any file need to be updated to sync the SQLalchemy model and the database schema. ``` FAILED airflow-core/tests/unit/utils/test_db.py::TestDb::test_database_schema_and_sqlalchemy_model_are_in_sync - Failed: Database schema and SQLAlchemy model are not in sync ``` I also looked into https://github.com/apache/airflow/pull/52868. I found that `airflow-core/src/airflow/utils/db.py` is updated with some sort of hash code. I am not sure if there is a DB udpate, we need to run any process to update that hash code so the CI can kind of picking up the latest change? Any guidance or hints would be helpful, very appreciated. -- 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]
