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


##########
task_sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -630,25 +638,57 @@ def forward_to_log(target_log: FilteringBoundLogger, 
level: int) -> Generator[No
             target_log.log(level, msg)
 
 
-def supervise(activity: ExecuteTaskActivity, server: str | None = None, 
dry_run: bool = False) -> int:
+def supervise(
+    *,
+    ti: Any,

Review Comment:
   Typing laziness, and trying to not create deps. But I think the `Any` came 
before we had a (simplified) generated form of TI in the API. I'll swap it over 
to that. 



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