jedcunningham commented on code in PR #29147:
URL: https://github.com/apache/airflow/pull/29147#discussion_r1086833410
##########
airflow/executors/kubernetes_executor.py:
##########
@@ -368,17 +368,17 @@ def delete_pod(self, pod_id: str, namespace: str) -> None:
if e.status != 404:
raise
- def patch_pod_executor_done(self, *, pod_id: str, namespace: str):
+ def patch_pod_executor_done(self, *, pod_name: str, namespace: str):
Review Comment:
I actually moved this specific change out into #29147, so it can be easily
cherry-picked to 2.5.2.
--
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]