potiuk commented on code in PR #45451:
URL: https://github.com/apache/airflow/pull/45451#discussion_r1964142375


##########
providers/http/src/airflow/providers/http/hooks/http.py:
##########
@@ -47,6 +48,39 @@ def _url_from_endpoint(base_url: str | None, endpoint: str | 
None) -> str:
     return (base_url or "") + (endpoint or "")
 
 
+def _process_extra_options_from_connection(conn: Connection, extra_options: 
dict[str, Any]) -> dict:

Review Comment:
   Nice extraction



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

Reply via email to