zkan commented on a change in pull request #17319:
URL: https://github.com/apache/airflow/pull/17319#discussion_r680357578



##########
File path: docs/apache-airflow/best-practices.rst
##########
@@ -91,13 +91,16 @@ Variables
 ---------
 
 You should avoid usage of Variables outside an operator's ``execute()`` method 
or Jinja templates if possible,
-as Variables create a connection to metadata DB of Airflow to fetch the value, 
which can slow down parsing and place extra load on the DB.
+as Variables create a connection to metadata DB of Airflow to fetch the value, 
which can slow down parsing and
+place extra load on the DB.
 
 Airflow parses all the DAGs in the background at a specific period.
-The default period is set using ``processor_poll_interval`` config, which is 
by default 1 second. During parsing, Airflow creates a new connection to the 
metadata DB for each DAG.
+The default period is set using ``processor_poll_interval`` config, which is 
by default 1 second.
+During parsing, Airflow creates a new connection to the metadata DB for each 
DAG.

Review comment:
       Yes, that does. Thanks!




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