coufon commented on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized 
DAG in DB for webserver scalability
URL: https://github.com/apache/airflow/pull/5743#issuecomment-520182466
 
 
   > Pending Issues:
   > 
   > * Issue displaying SubDags:
   
   This bug is because subdags are not added into the global dagbag in memory 
when loading from database. 
   
   There is another bug that self.subdag is a field of SubDagOperator but a 
field of BaseOperator. So subdag field is not serialized. Added subdag 
explicitly in serialization.
   
   Fixed these two.
   
   

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