The GitHub Actions job "Tests" on 
airflow.git/fix-missing-execution-api-server-url-deprecation has succeeded.
Run started by GitHub user Jadu07 (triggered by Jadu07).

Head commit for run:
f76791ea4a9bfcf0182b9b3e2fda9a3f0223fc1d / Yashraj Chouhan 
<[email protected]>
Fix missing deprecation for execution_api_server_url mapping

When execution_api_server_url was moved from [workers] to [core], the 
transition lacked a backward-compatibility deprecation mapping in parser.py.

As a result, Airflow 3 SDK ignores user configurations still placed under 
[workers], falling back to an often unresolvable Default URL derived from 
api.base_url. This caused Task SDK pods to crash on startup with an 
httpcore.ConnectError and prevented the task's hostname from being properly 
reported, resulting in Invalid URL log fetch errors in the UI.

This commit adds execution_api_server_url to deprecated_options to restore 
proper fallback behavior.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to