AutomationDev85 opened a new pull request, #58489:
URL: https://github.com/apache/airflow/pull/58489

   # Overview
   
   `read_namespaced_pod_log` expects the container name in the `container` 
parameter, not `container_name`. The incorrect argument prevented 
`KubernetesPodTrigger` from fetching logs, causing the trigger to emit an error 
while the task kept running on the worker.
   
   # Change Summary
   
   * Use correct `container` argument when calling `read_namespaced_pod_log`.
   * Update unit tests to assert the proper call signature.


-- 
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]

Reply via email to