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

 ##########
 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:
   Yep, let's not serialize it

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