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_r383336903
##########
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:
Sure
----------------------------------------------------------------
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