ashb opened a new pull request, #58148: URL: https://github.com/apache/airflow/pull/58148
(This is the second attempt at this PR) This change is quite simple, as it simply calls the function added in #57212 and #58147 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 Do not merge yet. This contains the changes from #58147 to test them too. -- 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]
