sjyangkevin commented on issue #56215:
URL: https://github.com/apache/airflow/issues/56215#issuecomment-3352706736

   Yeah, I will work on the documentation 
https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/serializers.html#registered,
 and update it to reflect the latest changes.
   
   As far as I understand, the `airflow.serialization.serializers` is used by 
Airflow internally 🤔 . If we looked at the `_register` function, it only scans 
this module to load registered serializers. Since all the `deserialize` 
function signature in those registered serializers have been updated to 
accommodate for the change, I feel it shouldn't be a breaking change unless 
there is a way a user can define such serializers externally and register those 
through the serde. Probably @bolkedebruin @amoghrajesh  could provide some 
insights. Thanks


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