prabhusneha commented on code in PR #47644:
URL: https://github.com/apache/airflow/pull/47644#discussion_r2001287010


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -711,6 +712,10 @@ def _execute_task(context: Context, ti: 
RuntimeTaskInstance):
     # Populate the context var so ExecutorSafeguard doesn't complain
     ctx.run(ExecutorSafeguard.tracker.set, task)
 
+    # Export context to make it available for operators to use.

Review Comment:
   Modified



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