This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 827bfda59b Update dags.rst (#23579)
827bfda59b is described below
commit 827bfda59b7a0db6ada697ccd01c739d37430b9a
Author: mthakare-onshape <[email protected]>
AuthorDate: Mon May 9 13:47:12 2022 +0530
Update dags.rst (#23579)
Update missing bracket
---
docs/apache-airflow/concepts/dags.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/concepts/dags.rst
b/docs/apache-airflow/concepts/dags.rst
index 222b3847b7..3f1d9cc64b 100644
--- a/docs/apache-airflow/concepts/dags.rst
+++ b/docs/apache-airflow/concepts/dags.rst
@@ -791,7 +791,7 @@ via UI and API. Paused DAG is not scheduled by the
Scheduler, but you can trigge
manual runs. In the UI, you can see Paused DAGs (in ``Paused`` tab). The DAGs
that are un-paused
can be found in the ``Active`` tab.
-Dag can be deactivated (do not confuse it with ``Active`` tag in the UI by
removing them from the
+Dag can be deactivated (do not confuse it with ``Active`` tag in the UI) by
removing them from the
``DAGS_FOLDER``. When scheduler parses the ``DAGS_FOLDER`` and misses the DAG
that it had seen
before and stored in the database it will set is as deactivated. The metadata
and history of the
DAG` is kept for deactivated DAGs and when the DAG is re-added to the
``DAGS_FOLDER`` it will be again