The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user pankajkoti (triggered by pankajkoti).
Head commit for run: a560da9c8eea0fc016b419cb089123205a08cd5a / Pankaj Koti <[email protected]> Add a utility to safely join URLs using urllib.parse.urljoin While working with `log_url` property of the task instances, it is observed that `urljoin` ignores the part of the path after the last slash specified in the base_url when it does not end with a trailing slash and Airflow webserver does not allow setting the base_url with a trailing slash. Additionally, it is also observed that if the relative URL has a leading slash, `urljoin` just ingores the base URL and returns the relative URL. Hence, we add a new utlity method `safe_urljoin` to handle these cases. closes: #32996 Report URL: https://github.com/apache/airflow/actions/runs/5747227537 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
