ashb opened a new pull request, #30129:
URL: https://github.com/apache/airflow/pull/30129

   We had a few properties that we failed to copy that we should have. To fix 
that in such a way that we don't miss things in the future I've converted it to 
use deepcopy everything by default and exclude `children` and `parent_group`.
   
   This also made me notice that we were not correctly setting `parent_group` 
after partial_subset anymore -- it clearly hasn't mattered, but we were setting 
a now-unused `_parent_group` attribute.
   
   Fixes #26059
   


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