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/12/11 05:08:11 UTC

[GitHub] [airflow] uranusjr opened a new pull request #20216: Properly implement DAG param dict copying

uranusjr opened a new pull request #20216:
URL: https://github.com/apache/airflow/pull/20216


   When we converted ParamsDict to a MutableMapping, we did not implement it to support deepcopy properly. Actually, I suspect deepcopy-ing did not work well even before that change, since `deepcopy` would downcast a ParamDict to a Dict[str, Param].


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



[GitHub] [airflow] uranusjr commented on pull request #20216: Properly implement DAG param dict copying

Posted by GitBox <gi...@apache.org>.
uranusjr commented on pull request #20216:
URL: https://github.com/apache/airflow/pull/20216#issuecomment-991467296


   (Also some peripheral typing fixes related to this.)


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



[GitHub] [airflow] potiuk merged pull request #20216: Properly implement DAG param dict copying

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #20216:
URL: https://github.com/apache/airflow/pull/20216


   


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



[GitHub] [airflow] uranusjr commented on pull request #20216: Properly implement DAG param dict copying

Posted by GitBox <gi...@apache.org>.
uranusjr commented on pull request #20216:
URL: https://github.com/apache/airflow/pull/20216#issuecomment-991467296


   (Also some peripheral typing fixes related to this.)


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