mik-laj commented on a change in pull request #7217: [AIRFLOW-NNNN] Store DAG's 
source code in the serialized_dag table
URL: https://github.com/apache/airflow/pull/7217#discussion_r368585965
 
 

 ##########
 File path: airflow/serialization/schema.json
 ##########
 @@ -84,6 +84,7 @@
         "catchup": { "type": "boolean" },
         "is_subdag": { "type": "boolean" },
         "fileloc": { "type" : "string"},
+        "_source_code": { "type": "string" },
 
 Review comment:
   This is not part of DAG. DAG is created by DAG file. We should store 
references to the file here instead of saving the source code of the file to 
avoid duplication.

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