The GitHub Actions job "Tests (AMD)" on airflow.git/fix-rfc9457-xcoms-error has failed. Run started by GitHub user KushagraB424 (triggered by KushagraB424).
Head commit for run: 34bf2d864eaed69637c8fb672ed75f046775989c / Kushagra Gupta <[email protected]> Fix execution API set_xcom returning non-RFC 9457 error for invalid value The Task Execution API in Apache Airflow handles requests from workers and other components. In airflow-core/src/airflow/api_fastapi/execution_api/routes/xcoms.py, if the client attempts to set an XCom with a value that raises a ValueError from XComModel.set, the API correctly rejected the request with a 404 Not Found. However, the detail object returned was just a string. This PR resolves the issue by refactoring the detail dictionary to strictly conform to the RFC 9457 schema. Report URL: https://github.com/apache/airflow/actions/runs/29603970526 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
