ashb opened a new pull request, #57213: URL: https://github.com/apache/airflow/pull/57213
This change is quite simple, as it simply calls the function added in #57212 if it's available. Up until the point that it is released this code will not hit the `getattr` will return None and be a no-op. I didn't use the walrus operator here as _theoretically_ someone could be using this to run in a Python that doesn't support it. Fixes #51422, fixes #54706 This doesn't have any unit tests, as a) it's relatively simple, and b) due to how we run in the same process in the tests, there is no socket to reconnect to, so we can't actually exercise this code -- 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]
