kaxil commented on code in PR #48244:
URL: https://github.com/apache/airflow/pull/48244#discussion_r2012312998


##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -726,7 +726,7 @@ def serialize(
             return var.to_dict()
         elif isinstance(var, MappedOperator):
             return 
cls._encode(SerializedBaseOperator.serialize_mapped_operator(var), type_=DAT.OP)
-        elif isinstance(var, BaseOperator):
+        elif isinstance(var, TaskSDKBaseOperator):

Review Comment:
   Moved changes in this file to https://github.com/apache/airflow/pull/48241



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