aritra24 commented on code in PR #47959:
URL: https://github.com/apache/airflow/pull/47959#discussion_r2004264995


##########
docs/apache-airflow/administration-and-deployment/dag-serialization.rst:
##########
@@ -79,14 +79,14 @@ Add the following settings in ``airflow.cfg``:
     compress_serialized_dags = False
 
 *   ``min_serialized_dag_update_interval``: This flag sets the minimum 
interval (in seconds) after which
-    the serialized DAGs in the DB should be updated. This helps in reducing 
database write rate.
+    the serialized dags in the DB should be updated. This helps in reducing 
database write rate.
 *   ``min_serialized_dag_fetch_interval``: This option controls how often the 
Serialized DAG will be re-fetched
     from the DB when it is already loaded in the DagBag in the Webserver. 
Setting this higher will reduce
     load on the DB, but at the expense of displaying a possibly stale cached 
version of the DAG.
 *   ``max_num_rendered_ti_fields_per_task``: This option controls the maximum 
number of Rendered Task Instance
     Fields (Template Fields) per task to store in the Database.
 *   ``compress_serialized_dags``: This option controls whether to compress the 
Serialized DAG to the Database.
-    It is useful when there are very large DAGs in your cluster. When 
``True``, this will disable the DAG dependencies view.
+    It is useful when there are very large dags in your cluster. When 
``True``, this will disable the DAG dependencies view.

Review Comment:
   Nit: Looks like we only changes the plural DAGs but missed the singular DAG. 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to