The GitHub Actions job "Tests AMD" on airflow.git/exception-separation has 
failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
bf123c70bcf6a9b52be202b6ccf7876c4aa72dc1 / Ephraim Anierobi 
<[email protected]>
Move out some exceptions to TaskSDK

As part of the ongoing server/client separation,
this commit moves out some exceptions to the Task sdk.

The AirflowException usage in task sdk has been changed to
RuntimeError.
Also, the TaskNotFound exception is still duplicated due to
the many usages in core API and SDK.

Rename back RuntimeError to AirflowException

expose TaskNotFound import from exceptions

completely separate sdk imports

fix conflicts

Keep base AirflowException only in sdk

import some exception from sdk into core exceptions

add to be deprecated function to handle TaskNotFound and ParamValidationError

catch some import error in airflow.exceptions and redefine the exceptions

Core should not raise exceptions

Move some exceptions to deprecated

Raise RuntimeError instead of AirflowException in SDK

Rename AirflowException in SDK to AirflowSDKException

Update tests

Remove AirflowNotFound in sdk exceptions

Catch import errors for exceptions in example dags

remove get_task redefine

Import AirflowSensorTimeout properly and Remove airflowNotFoundException import 
from sdk

Remove AirflowFailException in core

Import AirflowException from core with a compat shim

Fix import

Use the sdk AirflowException in core and fix other exceptions

raise ValueError in sparkhook

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

With regards,
GitHub Actions via GitBox


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

Reply via email to