The GitHub Actions job "Tests (AMD)" on 
airflow.git/refactor/db-error-handler-base has succeeded.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
c06887726b5f3b39ad0c64a4a5aff809cad5ab52 / 1fanwang <[email protected]>
Factor out a shared base for the database error handlers

_UniqueConstraintErrorHandler and DataErrorHandler carried near-identical
bodies — lookup id, statement log, [api] expose_stacktrace gating, and the
HTTPException detail shape. Move the shared body into a _DatabaseErrorHandler
base; each handler now declares only its status_code, reason, and an optional
_should_handle guard. No behavior change.

Report URL: https://github.com/apache/airflow/actions/runs/27474101717

With regards,
GitHub Actions via GitBox


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

Reply via email to