The GitHub Actions job "Tests" on airflow.git/fix-bug-execution-api has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
4de9c40a239fe63d25c730528c94cbccf763b867 / Kaxil Naik <[email protected]>
Fix execution API server URL handling for relative paths

Follow-up of https://github.com/apache/airflow/pull/49747 which broke some 
workflows including `breeze start-airflow`, requiring 
https://github.com/apache/airflow/pull/49753.

When base_url is a relative path (starts with '/'), default to using
http://localhost:8080 as the base URL. This maintains backward compatibility
with the previous default behavior while still allowing custom absolute URLs
through either `base_url` or `execution_api_server_url` configuration.

Fixes `httpx.UnsupportedProtocol` error (as seen in 
https://github.com/apache/airflow/pull/49753) that occurred when base_url was
a relative path without protocol.

Report URL: https://github.com/apache/airflow/actions/runs/14668554727

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to