HsiuChuanHsu commented on issue #54112:
URL: https://github.com/apache/airflow/issues/54112#issuecomment-3153273909

   My proposed solutions to ensure `self.base_url` is set are:
   1. Initialize `self.base_url` in Constructor:
   Modify` HttpHook.__init__` to call` _set_base_url` during initialization
   
   2. Check and Set `self.base_url` in `url_from_endpoint`:
   Modify `url_from_endpoint` to initialize `self.base_url` if unset


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