ashb commented on code in PR #22834:
URL: https://github.com/apache/airflow/pull/22834#discussion_r944620161


##########
airflow/models/baseoperator.py:
##########
@@ -1458,6 +1466,7 @@ def get_serialized_fields(cls):
                     'start_date',
                     'end_date',
                     '_task_type',
+                    '_operator_name',

Review Comment:
   I don't think this is needed anymore, as operator_name is now a property, 
not a plain attribute?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to