potiuk commented on issue #34133:
URL: https://github.com/apache/airflow/issues/34133#issuecomment-1709378614

   Also you probably missed @foldvari that we have serializers 
https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/serializers.html#serialization
 and you can add your own serializers to serialize NamedTuples of yours if you 
want. 
   
   Also you need to make sure your classes serialization/deserialization are 
added to 
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#allowed-deserialization-classes
   
   And you could even contribute it back if you write it in a generic-enough 
way.
   
   The fact that it (accidentally) worked before was an implementation detail 
not a promise.
   
   converting it to a discussion in case more  discussion is needed.
   


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