Lee-W commented on code in PR #64094:
URL: https://github.com/apache/airflow/pull/64094#discussion_r2974208591


##########
airflow-core/src/airflow/serialization/encoders.py:
##########
@@ -411,6 +413,10 @@ def serialize_partition_mapper(
             raise NotImplementedError(f"can not serialize timetable 
{type(partition_mapper).__name__}")
         return partition_mapper.serialize()
 
+    @serialize_partition_mapper.register

Review Comment:
   not really. the `ChainMapper` here is from sdk instead of core. The sdk one 
don't have serialization implemented



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