karenbraganz commented on issue #51246:
URL: https://github.com/apache/airflow/issues/51246#issuecomment-2923836210

   I added "no_status" to the tuple 
[here](https://github.com/apache/airflow/blob/e944b15ad48e5e70c20b960f54a21f2fbc820f4a/airflow-core/src/airflow/api_fastapi/common/parameters.py#L611).
   `return [None if s in ("no_status", "none", None) else TaskInstanceState(s) 
for s in states]`
   
   I am no longer seeing the Validation Error, but it is also not filtering any 
tasks with no status. Not sure why.
   
   
![Image](https://github.com/user-attachments/assets/bf7b5376-1b31-4b74-b271-2ee30ca19da3)
   
    


-- 
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]

Reply via email to