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 2022/06/15 16:46:19 UTC

[GitHub] [airflow] dstandish commented on pull request #23860: Remove special serde logic for mapped op_kwargs

dstandish commented on PR #23860:
URL: https://github.com/apache/airflow/pull/23860#issuecomment-1156704709

   I think in the context of an upgrade, surely reserializing is not going to be prohibitively slow, right?  Compare with say, adding a column to a large TI table?  Isn't it roughly equivalent, in time, to just parsing all your dags?  And generally speaking this should not take a long time.


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