uranusjr commented on issue #20603:
URL: https://github.com/apache/airflow/issues/20603#issuecomment-1004138339


   Specifically 
https://github.com/apache/airflow/blob/97261c642cbf07db91d252cf6b0b7ff184cd64c6/airflow/utils/context.py#L218-L244
   
   Initially (including when 2.2.3 was implemented) the intention was to make 
this the expected behaviour and discourage `**kwargs`, but ultimately we have 
been recommending the `**kwargs` pattern too much, and using 
`lazy-object-proxy` (which is not a perfect solution and brings other problems) 
to cover this specific case is considered worthy.


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