The GitHub Actions job "Tests" on airflow.git/fix/issue-63209 has failed. Run started by GitHub user YoannAbriel (triggered by YoannAbriel).
Head commit for run: fd62bc55709adb671463a4cbadd14b817799c0c9 / Yoann Abriel <[email protected]> fix(task-sdk): set default Content-Type header on execution API client The task SDK client sends JSON payloads via httpx's content= parameter, which doesn't set Content-Type automatically. Without it, the API server can't parse the body and returns 422, causing the supervisor to SIGKILL the task subprocess. Add 'content-type: application/json' to the default client headers so all requests are properly identified as JSON. Closes: #63209 Report URL: https://github.com/apache/airflow/actions/runs/22891123992 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
