ferruzzi commented on PR #47326: URL: https://github.com/apache/airflow/pull/47326#issuecomment-2698991753
I really don't have enough background with python's async implementation to make the call. IMHO, I'd prefer to see a breaking implementation change that allows users to use `hook.conn.foo()` and `hook.async_conn.foo()` instead of having to remember that sync calls are `hook.conn.foo()`` and async calls are `hook.get_async_conn().foo()` Let's see what others think. I have the opinions but not the practical experience with this particular issue, so I suppose they aren't worth all that much in the end. :P -- 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]
