uranusjr commented on issue #22078:
URL: https://github.com/apache/airflow/issues/22078#issuecomment-1101296924

   `execution_delta` is simple, you can just add it to serialisation.
   
   ```python
   @classmethod
   def get_serialized_fields(cls):
       return super().get_serialized_fields() | {"execution_delta"}
   ```
   
   But `execution_delta_fn` would be difficult; it is a function, and not all 
functions can be encoded, so you need to build some fallback mechanisms if it 
can’t.


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