potiuk commented on code in PR #68511:
URL: https://github.com/apache/airflow/pull/68511#discussion_r3710772594


##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -664,9 +701,14 @@ def deserialize(cls, encoded_var: Any) -> Any:
             kwargs = deser["kwargs"]
             del deser
             if type_ == DAT.AIRFLOW_EXC_SER:

Review Comment:
   Not in main at least. In a number of places this serialization is left for 
migration purposes I think. And yes I already raised a question while working 
on a number of those cases that having a more general solution where we get rid 
of similar serialization issues would be great. But I do not think we are there 
yet - cc: @kaxil @amoghrajesh - I think we can discuss it separately 



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