pankajkoti commented on issue #32996: URL: https://github.com/apache/airflow/issues/32996#issuecomment-1659952828
yes, I think how `urljoin` works is it only takes the base URL until the last `/`and skip remaining parts. If the base URL ended with a trailing `/`, it would have worked fine. Additionally the relatively URL should not contain a leading `/`, otherwise, the output will only be the relative URL. There are some examples mentioned here: https://github.com/python/cpython/issues/96015 -- 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]
