You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/20 16:19:30 UTC

[GitHub] [airflow] kaxil edited a comment on issue #7217: [AIRFLOW-NNNN] Store DAG's source code in the serialized_dag table

kaxil edited a comment on issue #7217: [AIRFLOW-NNNN] Store DAG's source code in the serialized_dag table
URL: https://github.com/apache/airflow/pull/7217#issuecomment-576343258
 
 
   Yup, that is exactly what we discussed initially as mentioned in https://issues.apache.org/jira/browse/AIRFLOW-5946 :)
   
   To make Webserver not need DAG Files we need to find a way to get Code to display in Code View.
   
   1) Store in lazy-loaded column in SerializedDag table
   2) Save in a new table with DAG_id and store versions as well. Add a limit of last 10 versions (configurable). This is just needed by Code View so not a problem if we store in New table
   
   I am also more towards Kamil's side and the PR will be available soon too
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services