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 2020/12/24 07:35:50 UTC

[GitHub] [airflow] ashb edited a comment on pull request #12858: Store per-task TIDeps in serialized blob

ashb edited a comment on pull request #12858:
URL: https://github.com/apache/airflow/pull/12858#issuecomment-750785321


   The space saving is mainly for extreme cases (such as 22k tasks in one dag) but size also affects deserialization time - when I want milliseconds to matter :)
   
   The main requirement here is to not blindly inflate a class name from the JSON as that poses a security risk (long term, if not now) - instead we should lookup the class in a pre-registered list like we do for operator links.
   
   I had hoped to get this done properly for 2.0.0 but ran out of time, and decided that it was better to release than delay for this improvement


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

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