The GitHub Actions job "Tests" on airflow.git/fix/issue-63209 has succeeded.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
04352bf184a429ee4b7171ae91107406e6120bfb / 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/23438930745

With regards,
GitHub Actions via GitBox


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

Reply via email to