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

2022-12-22 Thread GitBox
ashb commented on code in PR #28534: URL: https://github.com/apache/airflow/pull/28534#discussion_r1055897468 ## airflow/kubernetes/pod_generator.py: ## @@ -349,6 +354,7 @@ def construct_pod( scheduler_job_id: str, run_id: str | None = None,

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

2022-12-22 Thread GitBox
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,