o-nikolas commented on code in PR #63035:
URL: https://github.com/apache/airflow/pull/63035#discussion_r2928018969
##########
providers/amazon/src/airflow/providers/amazon/aws/executors/aws_lambda/lambda_executor.py:
##########
@@ -411,7 +467,7 @@ def process_queue(self, queue_url: str):
task_key = self.running_tasks[ser_task_key]
except KeyError:
Review Comment:
That's interesting yeah. I suppose that key should really be `workload_key`
in the return schema for the lambda executor. It should still continue to
accept task, but we should try to migrate towards using workload there. But I
agree that is out of scope for this PR :slightly_smiling_face:
--
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]