potiuk commented on code in PR #59922: URL: https://github.com/apache/airflow/pull/59922#discussion_r2662144435
########## airflow-core/newsfragments/59835.significant.rst: ########## @@ -1,5 +1,6 @@ Methods removed from TaskInstance -On class ``TaskInstance``, functions ``run()``, ``render_templates()``, and -private members related to them have been removed. The class has been -considered internal since 3.0, and should not be relied on in user code. +On class ``TaskInstance``, functions ``run()``, ``render_templates()``, +``get_template_context()``, and private members related to them have been +removed. The class has been considered internal since 3.0, and should not be +relied on in user code. Review Comment: Yeah. I think maybe we should very broadly describe "Where to look" for replacement - I think sometimes we wanted to be a bit "too" specific - and missed a number of edge cases and people expected us to explain in detail, but it's quite OK to say "you can look here and there if you used those removed things, but you should work out details on your own " -- 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]
