The GitHub Actions job "Tests" on airflow.git/fix/issue-57961 has failed. Run started by GitHub user YoannAbriel (triggered by YoannAbriel).
Head commit for run: afabe2d3f66bbecddd26f88cd19481a8c711949b / Yoann Abriel <[email protected]> fix(task-sdk): include error details in ServerResponseError string representation When ServerResponseError propagated up the stack without being explicitly caught and handled, the error details were lost because __str__() only returned the base message without the detail attribute. This made debugging difficult as logs would show 'Server returned error' without any context about what actually went wrong. Added __str__() override to include the detail when present, so error details are always visible in logs and tracebacks regardless of how the exception is caught and re-raised. Closes: #57961 Report URL: https://github.com/apache/airflow/actions/runs/24120625447 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
