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

 ##########
 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:
   Actually, that is how I started. But then @mik-laj pointed out that it may 
have huge performance impact. I believe it is safer to hide it behind a feature 
flag now, so that users can opt to turn it off in case there are problems with 
it.

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