KafkaOtto commented on PR #72511:
URL: https://github.com/apache/airflow/pull/72511#issuecomment-5710794009

   Hi @aaron-y-chen, thanks for catching this.
   
   Both issues should be fixed now:
   
   - `95f46956` fixes `EksPodTrigger` — it overrides `serialize()` with its own
     explicit dict instead of delegating to the base class, so
     `init_container_logs` was dropped on the serialize round-trip.
   - `5fd5f4e8` fixes the same root cause in `GKEStartPodTrigger` /
     `GKEStartPodOperator.invoke_defer_method`, which had the identical bug.
   
   `test_eks.py::TestEksPodTrigger::test_serialize_roundtrip` and the rest of
   the amazon-provider suite are green on the latest commit. I also replied to
   the test-coverage thread on `pod_manager.py:1293` — let me know if there's
   anything else you'd like covered.
   
   ---
   Drafted-by: Claude Code (Sonnet 5) (no human review before posting)


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