The GitHub Actions job "Tests (AMD)" on 
airflow.git/cleanup-airflowctl-redundant-reraise has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
62186f5e28997ded257574a22e64852bb63db1d1 / Wei Lee <[email protected]>
Remove no-op ServerResponseError re-raise blocks in airflowctl operations

Every operation wrapped its request in a try/except that caught
ServerResponseError only to re-raise it unchanged. The error is already
raised by the client's raise_on_4xx_5xx response hook, so these wrappers
added no behavior and only obscured the request logic. Dropping them
leaves the propagation semantics identical while making each operation a
plain request/parse.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to