[
https://issues.apache.org/jira/browse/AIRFLOW-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877800#comment-16877800
]
Ash Berlin-Taylor commented on AIRFLOW-2111:
--------------------------------------------
[~Yuupiter] "Pause" is not the right term for what you have described - that is
more like a manual approval step. The way I would probably suggest you
implement that feature is to write a custom Sensor that waits for a row in a DB
table (that you also create) to exist, and then add a view to the webserver to
handle the confirmation step.
> Add the ability to pause/unpause a task within a DAG
> ----------------------------------------------------
>
> Key: AIRFLOW-2111
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2111
> Project: Apache Airflow
> Issue Type: New Feature
> Components: scheduler, ui
> Reporter: Mark Reid
> Priority: Minor
>
> It would be convenient to be able to pause/unpause a task within a DAG
> (rather than the entire DAG).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)