amoghrajesh opened a new issue, #58885:
URL: https://github.com/apache/airflow/issues/58885

   ### Body
   
   Serde is a library responsible for serialisation and deserialisation of 
objects in Airflow (not same as DAG serialisation but generally for ser + 
communication / transport of python objects).
   
   Now, this library is mainly used on the task execution front: like for 
xcoms: 
https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/bases/xcom.py#L325-L346
   
   This is more of a utility helpful on execution front and having it in 
airflow-core creates unwanted dependency on core in task sdk. It would better 
be housed in task sdk.
   
   ### Committer
   
   - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


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