[
https://issues.apache.org/jira/browse/AIRFLOW-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565990#comment-16565990
]
ASF GitHub Bot commented on AIRFLOW-2820:
-----------------------------------------
r39132 closed pull request #3663: [AIRFLOW-2820] Add Web UI triggger in doc
"Scheduling & Triggers"
URL: https://github.com/apache/incubator-airflow/pull/3663
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/scheduler.rst b/docs/scheduler.rst
index 43531ca69d..3e895898fc 100644
--- a/docs/scheduler.rst
+++ b/docs/scheduler.rst
@@ -134,6 +134,8 @@ specific ``run_id``. The ``DAG Runs`` created externally to
the
scheduler get associated to the trigger's timestamp, and will be displayed
in the UI alongside scheduled ``DAG runs``.
+In addition, you can also manually trigger a ``DAG Run`` using the web UI (tab
"DAGs" -> column "Links" -> button "Trigger Dag").
+
To Keep in Mind
'''''''''''''''
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> In Doc "Scheduling & Triggers", missed to mention manual Dag Trigger feature
> in web UI
> ---------------------------------------------------------------------------------------
>
> Key: AIRFLOW-2820
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2820
> Project: Apache Airflow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Xiaodong DENG
> Assignee: Xiaodong DENG
> Priority: Minor
>
> In documentation page *Scheduling & Triggers*, it only mentioned the CLI
> method to manually trigger a DAG run.
> However, the manual trigger feature in Web UI should be mentioned as well (it
> may be even more frequently used by users).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)