You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/23 12:31:34 UTC

[GitHub] [airflow] ashb commented on pull request #17576: Add pre/post execution hooks

ashb commented on pull request #17576:
URL: https://github.com/apache/airflow/pull/17576#issuecomment-903721414


   These two new fields you add don't need to be serialized (and callables can't generally be anyway) -- the general rule is that things needed by the Scheduler should be serialized, and that test was there to make people think about the change.
   
   In this case, since the scheduler doesn't care about these fields they should be added to the ignore list in the test.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org