You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/16 13:04:20 UTC

[GitHub] [airflow] ITJamie opened a new issue #18294: None button under recent tasks creates an invalid search response

ITJamie opened a new issue #18294:
URL: https://github.com/apache/airflow/issues/18294


   ### Apache Airflow version
   
   2.1.3 (latest released)
   
   ### Operating System
   
   ubuntu 20.04, bitnami docker image
   
   ### Versions of Apache Airflow Providers
   
   bitnami docker image 2.1.3 latest
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   bitnami docker images 2.1.3, using docker compose. fairly minimal install
   
   ### What happened
   
   when attempting to view "None" scheduled tasks via the quick links on dashboard you get a search query that returns no tasks at all
   
   ### What you expected to happen
   
   to return the current tasks scheduled with None state
   
   ### How to reproduce
   
   Use 2.1.3 airflow and press None on a task with tasks in that state
   
   ### Anything else
   
   screenshots here: https://apache-airflow.slack.com/archives/CCQ7EGB1P/p1631631911171900
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #18294: None button under recent tasks creates an invalid search response

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #18294:
URL: https://github.com/apache/airflow/issues/18294#issuecomment-920882283


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #18294: None button under recent tasks creates an invalid search response

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #18294:
URL: https://github.com/apache/airflow/issues/18294#issuecomment-923056409


   Changing to `webserver` since this is an issue with Flask AppBuilder search params. I looked through the docs and I'm not sure how to search by a null state. I've tried `="` `" =''` `=none` `=null` and `=`


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org