potiuk commented on pull request #16048:
URL: https://github.com/apache/airflow/pull/16048#issuecomment-855390867


   OK. I looked at it, and I think it's not worth changing. the get_uri() 
method of the Connection is really not going to be used in HttpHook. It uses 
"requests" under the hood, and the "get_conn()" method returns 
"requests.Session" - I do not think there is any use case where you would like 
to use get_connection().get_uri() and run http request for it. 
   
   I think we can easily fix it in the next release of Airflow and not worry 
about providers now.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to