The GitHub Actions job "Tests AMD" on airflow.git/bugfix/edge-respect-base-url has succeeded. Run started by GitHub user dheerajturaga (triggered by dheerajturaga).
Head commit for run: 3613bd0a5a27026a4e3b0d37a4e311d5ec83ba62 / Dheeraj Turaga <[email protected]> Fix Edge3 provider frontend API calls with webserver base_url configuration The Edge3 provider's frontend was not respecting Airflow's webserver base_url configuration, causing API calls to fail when the webserver was configured with a subpath (e.g., localhost:8080/airflow). The OpenAPI-generated client was using an empty BASE configuration, resulting in API calls to /edge_worker/ui/jobs instead of /airflow/edge_worker/ui/jobs when base_url was set. This fix initializes OpenAPI.BASE from the HTML <base> tag, following the same pattern used in Airflow core, ensuring all API calls are correctly prefixed with the configured base URL path Report URL: https://github.com/apache/airflow/actions/runs/18191022261 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
