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:
25da4c62828e8a2cfee8feccdd17d6ed51f60198 / 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/23008614119

With regards,
GitHub Actions via GitBox


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

Reply via email to