SameerMesiah97 commented on code in PR #63035:
URL: https://github.com/apache/airflow/pull/63035#discussion_r2927956642


##########
providers/amazon/src/airflow/providers/amazon/aws/executors/aws_lambda/lambda_executor.py:
##########
@@ -461,6 +517,8 @@ def try_adopt_task_instances(self, tis: 
Sequence[TaskInstance]) -> Sequence[Task
         """
         Adopt task instances which have an external_executor_id (the 
serialized task key).
 
+        The external_executor_id may contain either a serialized 
TaskInstanceKey or a callback identifier string.

Review Comment:
   The docstring has been made more clear. It now explains that `WorkloadKey` 
will be used from 3.2 onwards.



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