The GitHub Actions job "Tests (AMD)" on 
airflow.git/error-codes-with-static-checks has failed.
Run started by GitHub user omkar-foss (triggered by omkar-foss).

Head commit for run:
37300bffea43ba1665bb9721d725de48fabf3a34 / Omkar P 
<[email protected]>
Error codes with doc pages gen and static checks

This adds a way for devs to use error codes (AERR) while raising
exceptions. Error codes are derived from the exception class names when
AirflowErrorCodeMixin is added to respective exception class. Error
metadata i.e. user-facing error message, error description,
documentation link and first steps are specified by dev inside the
exception class, which are then available to users via docs - a new doc
page is generated for each error code when breeze builds the docs.

This also adds a static check that validates exception raises for error
code mixin usage and error meta with supporting tests. Additionally it
adds error mixin to few exception classes, as examples to get started.

Signed-off-by: Omkar P <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to