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/07/30 01:56:24 UTC

[GitHub] [airflow] uranusjr commented on issue #25409: [Templating]: attributes not defined in `templated_fields` also get value rendered

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

   Yes, your `original_inputs_one` and `inputs_one` (same as `two`) ultimately point to the same value, and it’s just how Python works. Airflow can’t blindly do `copy.copy` either since while it solves the problem for built-in types, you’d still hit the same issue if you pass in custom class objects. So I’m inclined to close this as won’t fix.


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