kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] 
Persisting serialized DAG in DB for webserver scalability
URL: https://github.com/apache/airflow/pull/5743#discussion_r313909969
 
 

 ##########
 File path: airflow/dag/serialization/serialized_baseoperator.py
 ##########
 @@ -45,6 +45,8 @@ def __init__(self, *args, **kwargs):
         self.ui_color = BaseOperator.ui_color
         self.ui_fgcolor = BaseOperator.ui_fgcolor
         self.template_fields = BaseOperator.template_fields
+        # Not None for SubDagOperator.
 
 Review comment:
   Added in tests 
https://github.com/apache/airflow/pull/5743/commits/c68ee581e0534b91e41f5e696394a9b1d6e12baa

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


With regards,
Apache Git Services

Reply via email to