axelray-dev opened a new pull request, #73198: URL: https://github.com/apache/airflow/pull/73198
Lower the severity of handled missing XCom responses in the Task SDK client. Both XCom lookup paths already return handled fallback responses for HTTP 404. Log these expected misses at warning level so task logs do not report them as errors. closes: #73175 Tests: - `uv run --project task-sdk pytest task-sdk/tests/task_sdk/api/test_client.py -xvs` (134 passed) - `uv run --project task-sdk ruff format --check task-sdk/src/airflow/sdk/api/client.py task-sdk/tests/task_sdk/api/test_client.py` - `uv run --project task-sdk ruff check task-sdk/src/airflow/sdk/api/client.py task-sdk/tests/task_sdk/api/test_client.py` --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes - Codex CLI Generated-by: Codex CLI following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
