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:
af40481827181e227d6708a7181d1d38320258bc / YoannAbriel <[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/23019159581

With regards,
GitHub Actions via GitBox


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

Reply via email to