ferruzzi commented on PR #64817: URL: https://github.com/apache/airflow/pull/64817#issuecomment-4200700302
@o-nikolas That one requires a pod name which the other EKS tests get from XComs but the EMR one doesn't have, and the EMR one uses a namespace instead. I could modify that one to make pod_name optional, add an optional namespace, and a bit of logic to assert that one and one one of those is provided This felt slightly cleaner rather than modifying good existing code for a (unique?) edge case, but I can modify the existing helper. I'll change it up in a bit. -- 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]
