ashb commented on code in PR #48002:
URL: https://github.com/apache/airflow/pull/48002#discussion_r2010048698


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -566,7 +566,9 @@ def _prepare(ti: RuntimeTaskInstance, log: Logger, context: 
Context) -> ToSuperv
 
 
 def run(
-    ti: RuntimeTaskInstance, log: Logger
+    ti: RuntimeTaskInstance,
+    context: Context,
+    log: Logger,
 ) -> tuple[IntermediateTIState | TerminalTIState, ToSupervisor | None, 
BaseException | None]:
     """Run the task in this process."""

Review Comment:
   That. Docs here are only useful if it helps Airflow core developers.



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