o-nikolas commented on issue #35490:
URL: https://github.com/apache/airflow/issues/35490#issuecomment-1922096583

   I ended up going with a very opinionated approach which very closely 
approximates standard python update. What @shubham22 proposed 
[here](https://github.com/apache/airflow/issues/35490#issuecomment-1857074044). 
It indeed has the drawbacks that I replied after that comment, but I think 
these are the easiest to expect, since it is how a dict update would behave 
normally in python. So this approach has the least hidden gotchas or bespoke 
behaviour, making it easily to maintain and transfer to other usecases.
   
   PR is here: #37137 


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to