uranusjr commented on code in PR #54383:
URL: https://github.com/apache/airflow/pull/54383#discussion_r2306945633


##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -669,7 +683,7 @@ def _is_excluded(cls, var: Any, attrname: str, instance: 
Any) -> bool:
     def serialize_to_json(
         cls,
         # TODO (GH-52141): When can we remove scheduler constructs here?
-        object_to_serialize: SdkOperator | SchedulerOperator | SdkDag | DAG,
+        object_to_serialize: SdkOperator | SchedulerOperator | DAG | 
SerializedDAG,

Review Comment:
   Renamed (also renamed SchedulerMappedOperator to SerializedMappedOperator)



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