ephraimbuddy commented on code in PR #53600:
URL: https://github.com/apache/airflow/pull/53600#discussion_r2245745625
##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -367,11 +367,29 @@ def _get_email_subject_content(
else:
from airflow.sdk.definitions._internal.templater import
SandboxedEnvironment
- from airflow.utils.context import context_merge
+ from airflow.utils.context import Context
Review Comment:
Nope. It's used inside context_merge and right now, we use it here in a case
where there's no jinja_context
--
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]