Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use string concatenation for prepending base URL for log_url (#33063)
It is observed that urljoin is not yielding expected results for the task instance's log_url which needs to be a concatenation of the webserver base_url and specified relative url. The current usage of urljoin does not seem to be the right way to achieve this based on what urljoin is meant for and how it works. So, we use simple string concatenation to yield the desired result. More context in the comment apache/airflow#31833 (comment) closes: #32996 (cherry picked from commit baa1bc0438baa05d358b236eec3c343438d8d53c) GitOrigin-RevId: 868d1389461822cf5d54faaff3ce19913fc7f08e
- Loading branch information