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 2020/12/18 12:18:33 UTC

[GitHub] [airflow] hsnprsd opened a new issue #13150: Add an option to pause/unpause a task in a dag through the Web UI

hsnprsd opened a new issue #13150:
URL: https://github.com/apache/airflow/issues/13150


   **Description**
   
   As of now, there is a on/off switch in the Web UI which can be used to make a dag not get scheduled untill you turn the dag on.
   I think the same feature can be implemented to mark a single task as skipped/failed in a dag.
   It can be an explicit mark as failed/skipped. It can also not schedule the task for running until it gets unpaused and it can reschedule the task then based on the catch_up parameter of the dag/task.
   
   **Use case / motivation**
   
   I think it is a common use case when there is a bug in some task and you don't want to waste resources on scheduling and running a failing task for a short period of time until you debugged it and the task runs successfully.
   Using the current tools you should remove the task from the dags in the dags_folder which is not desired.
   
   **Are you willing to submit a PR?**
   
   I can create a PR for this feature but I just wanted to know If I am missing some features that airflow has that can make these tasks simpler and it would be a waste of time to implement this feature.


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

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



[GitHub] [airflow] mik-laj commented on issue #13150: Add an option to pause/unpause a task in a dag through the Web UI

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #13150:
URL: https://github.com/apache/airflow/issues/13150#issuecomment-748550557


   Other similar issue: https://github.com/apache/airflow/issues/9298


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

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



[GitHub] [airflow] turbaszek closed issue #13150: Add an option to pause/unpause a task in a dag through the Web UI

Posted by GitBox <gi...@apache.org>.
turbaszek closed issue #13150:
URL: https://github.com/apache/airflow/issues/13150


   


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

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



[GitHub] [airflow] turbaszek commented on issue #13150: Add an option to pause/unpause a task in a dag through the Web UI

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


   I think this use case sounds similar to what was suggested in #12199. I will close the issue due to #12199, please reopen if you think that your use case is different.   
   
   Also, if you are interested in helping implement this feature you may express your interest in related devlist thread:
   https://lists.apache.org/thread.html/r14e23de7b71f61e3e81b11eb84da2612938982c46c9824e884d8ba50%40%3Cdev.airflow.apache.org%3E
   
   


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

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13150: Add an option to pause/unpause a task in a dag through the Web UI

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


   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.

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