kaxil 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-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. - Store in lazy-loaded column in SerializedDag table - 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 Will be creating a PR soon
---------------------------------------------------------------- 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
