mik-laj commented on issue #7217: [AIRFLOW-NNNN] Store DAG's source code in the 
serialized_dag table
URL: https://github.com/apache/airflow/pull/7217#issuecomment-576324576
 
 
   > The webserver no longer needs access to the dags folder in the shared 
filesystem.
   
   This will still be required in several cases:
   * To get the DAG structure, if DAG serialization is turned off
   * **Rendered Template** tab will still have to parse Python file as it needs 
all the details like
       the execution date and even the data passed by the upstream task using 
Xcom.
   
   I think that this option should be optional. Many instances of Airflow do 
not need to store the source code in a database. This can have a negative 
impact on their performance. 

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