vandonr-amz commented on code in PR #30259:
URL: https://github.com/apache/airflow/pull/30259#discussion_r1158765230


##########
airflow/config_templates/config.yml:
##########
@@ -1028,6 +1028,27 @@ secrets:
       type: string
       example: ~
       default: ""
+    use_cache:
+      description: |
+        Enables local caching of Variables, when parsing DAGs only.
+        Using this option can make dag parsing faster if Variables are used in 
top level code, at the expense
+        of longer propagation time for changes.
+        Please note that this cache concerns only the DAG parsing step. There 
is no caching in place when DAG
+        tasks are run.
+      version_added: 2.7.0

Review Comment:
   not too sure about this one... if it gets merged in a reasonable time frame, 
my guess is that it'll land there ?



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