jscheffl commented on code in PR #59922:
URL: https://github.com/apache/airflow/pull/59922#discussion_r2658860561


##########
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:
   Can you name (and is there any?) replacement that you can call in a task to 
get access to the templating context? I remember in the past we had a couple of 
use cases where we needed this but can not recall where and why. Because in the 
context some members are present which are elsewhere not reachable from public 
code.



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