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 2022/12/02 11:45:07 UTC

[GitHub] [airflow] atrbgithub opened a new issue, #28065: Queue up new tasks returns always returns an empty list

atrbgithub opened a new issue, #28065:
URL: https://github.com/apache/airflow/issues/28065

   ### Apache Airflow version
   
   main (development)
   
   ### What happened
   
   Currently when a new task is added to a dag and in the grid view, a user selects the top level of a dag run and then clicks on "Queue up new tasks", the list returned by the confirmation box is always empty. 
   
   It appears that where the list of tasks is expected to be set, [here](https://github.com/apache/airflow/blob/ada91b686508218752fee176d29d63334364a7f2/airflow/api/common/mark_tasks.py#L516), `res` will always be an empty list. 
   
   
   ### What you think should happen instead
   
   The UI should return a list of tasks that will be queued up once the confirmation button is pressed. 
   
   ### How to reproduce
   
   Create a dag, trigger the dag, allow it to complete. 
   
   Add a new task to the dag, click on "Queue up new tasks", the list will be empty.
   
   ### Operating System
   
   n/a
   
   ### Versions of Apache Airflow Providers
   
   2.3.3 and upwards including main. I've not looked at earlier releases. 
   
   ### Deployment
   
   Other 3rd-party Helm chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   I have a PR prepared for this issue. 
   
   ### Are you willing to submit PR?
   
   - [X] 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.apache.org

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


[GitHub] [airflow] bbovenzi closed issue #28065: Queue up new tasks always returns an empty list

Posted by GitBox <gi...@apache.org>.
bbovenzi closed issue #28065: Queue up new tasks always returns an empty list
URL: https://github.com/apache/airflow/issues/28065


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