mik-laj commented on a change in pull request #7217: [AIRFLOW-5946] Store 
source code in db
URL: https://github.com/apache/airflow/pull/7217#discussion_r383198519
 
 

 ##########
 File path: airflow/config_templates/config.yml
 ##########
 @@ -323,6 +323,15 @@
       type: string
       example: ~
       default: "True"
+    - name: store_code
+      description: |
+        Whether to persist DAG files code in DB.
+        If set to True, Webserver reads file contents from DB instead of
+        trying to access files in a DAG folder.
 
 Review comment:
   Some users have the DAG File provided by CI/CD. In this case, they want to 
use the version from the local disk. They do not need a copy in the database, 
because access to the version from the disk is faster and generates less load.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to