This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 95d927958bea1536e62a579ac2c648cee9b51f83 Author: Michał Słowikowski <[email protected]> AuthorDate: Wed Apr 15 10:38:17 2020 +0200 fix typo in DAG Serialization documentation (#8317) (cherry picked from commit bd61002e8b5b4ba3f4be1e674006279349f78062) --- docs/dag-serialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dag-serialization.rst b/docs/dag-serialization.rst index f28fbf9..3b65138 100644 --- a/docs/dag-serialization.rst +++ b/docs/dag-serialization.rst @@ -27,7 +27,7 @@ DAG Serialization and DB Persistence. .. image:: img/dag_serialization.png Without DAG Serialization & persistence in DB, the Webserver and the Scheduler both -needs access to the DAG files. Both the scheduler and webserver parses the DAG files. +need access to the DAG files. Both the scheduler and webserver parse the DAG files. With **DAG Serialization** we aim to decouple the webserver from DAG parsing which would make the Webserver very light-weight.
