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


##########
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:
   The entire execution time is internal and I don’t think we really need to 
describe these arguments to a contributor.



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