vincbeck commented on PR #56330: URL: https://github.com/apache/airflow/pull/56330#issuecomment-3366095082
@pierrejeambrun @Dev-iL, I need your help here. In this PR I update all the models to use sqlalchemy 2 annotations. As part of this migration I also had to fix the different mismtaches between the database and models regarding the non-null constraints. But anyway, long story short is, I updated all the models to use sqlalchemy 2 annotations. All tests are passing but 3, only with python 3.13: ``` FAILED airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dag_run.py::TestPatchDagRun::test_patch_dag_run[test_dag1-dag_run_2-patch_body5-response_body5-note_data5] - RuntimeError: No response returned. FAILED airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dag_run.py::TestPatchDagRun::test_patch_dag_run_with_update_mask[query_params4-patch_body4-response_body4-200-note_data4] - RuntimeError: No response returned. FAILED airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py::TestPatchTaskInstance::test_update_mask_set_note_should_respond_200[None-ti_note_data1] - RuntimeError: No response returned. ``` See the full stack trace [here](https://github.com/apache/airflow/actions/runs/18224532622/job/51893162651?pr=56330). I do not quite understand the root cause. Surprisingly it fails only with patch APIs. If you have a bit of time, I'd appreciate if you can take a look and maybe you'll find out something I did not. -- 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]
