ashb commented on code in PR #22834:
URL: https://github.com/apache/airflow/pull/22834#discussion_r946567757
##########
airflow/models/baseoperator.py:
##########
@@ -1458,6 +1466,7 @@ def get_serialized_fields(cls):
'start_date',
'end_date',
'_task_type',
+ '_operator_name',
Review Comment:
On my (admittedly somewhat cursory) reading of this code, a BaseOperator
should never have an attribute called `_operator_name`, that only exists as a
field on `MappedOperator` instances. Have I read it wrong?
--
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]