You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/22 22:16:35 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #28534: Ensure that pod_mutation_hook is called before logging the pod name

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


##########
airflow/executors/kubernetes_executor.py:
##########
@@ -346,6 +340,8 @@ def run_next(self, next_job: KubernetesJobType) -> None:
             args=command,
             pod_override_object=kube_executor_config,
             base_worker_pod=base_worker_pod,
+            *,

Review Comment:
   ```suggestion```



##########
airflow/executors/kubernetes_executor.py:
##########
@@ -346,6 +340,8 @@ def run_next(self, next_job: KubernetesJobType) -> None:
             args=command,
             pod_override_object=kube_executor_config,
             base_worker_pod=base_worker_pod,
+            *,

Review Comment:
   ```suggestion
   ```



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org