karenbraganz commented on issue #51246: URL: https://github.com/apache/airflow/issues/51246#issuecomment-2923604383
I was able to reproduce this issue on my Airflow instance as well. I believe this is happening because the UI uses the ["no_status" state instead of None ](https://github.com/apache/airflow/blob/e944b15ad48e5e70c20b960f54a21f2fbc820f4a/airflow-core/src/airflow/api_fastapi/core_api/services/ui/grid.py#L196), but this is [not a valid TaskInstanceState](https://github.com/apache/airflow/blob/f9c61f379cb131ae661e75211180a40ac027356e/airflow-core/src/airflow/utils/state.py#L62), so it raises an exception [here](https://github.com/apache/airflow/blob/e944b15ad48e5e70c20b960f54a21f2fbc820f4a/airflow-core/src/airflow/api_fastapi/common/parameters.py#L611). I can work on a fix for this. -- 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]
