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:
00faa519cc6660b3865fbe04204bbbc1aece26c1 / 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/22872332532

With regards,
GitHub Actions via GitBox


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

Reply via email to