dstandish opened a new pull request #20596: URL: https://github.com/apache/airflow/pull/20596
Previously, in KubernetesPodOperator, the invocation of the pod mutation hook occurred within the call to PodManager.run_pod_async. So, `run_pod_async` would not quite run the pod you asked it to run, but would mutate it first. With this change, `run_pod_async` runs exactly the pod you request, and the pod returned by `build_pod_request_obj` is actually the pod you request. -- 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]
