jedcunningham commented on code in PR #44180:
URL: https://github.com/apache/airflow/pull/44180#discussion_r1848876756
##########
airflow/serialization/serialized_objects.py:
##########
@@ -1279,6 +1285,10 @@ def populate_operator(cls, op: Operator, encoded_op:
dict[str, Any]) -> None:
setattr(op, "operator_extra_links",
list(op_extra_links_from_plugin.values()))
for k, v in encoded_op.items():
+ # python_callable_name only serves to detect function name
+ # changes
Review Comment:
Can this not be on a single line?
--
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]