The GitHub Actions job "Tests (AMD)" on airflow.git/fix-ghost-dag-detail-500 
has failed.
Run started by GitHub user itej13 (triggered by itej13).

Head commit for run:
341a5530f47a5ea12eb283e8d493d93a2d5c9b93 / Your Name <[email protected]>
Catch only deserialization failures, not all exceptions, in DBDagBag._read_dag

Narrow the read-path guard from a blanket except to the specific errors that
mean a stored serialized blob cannot be reconstructed into a DAG:
DeserializationError, ValueError (covers unknown version, bad JSON, and the
TimetableNotRegistered ValueError subclass), KeyError for a blob missing its
top-level dag key, and zlib.error for a corrupt compressed column. Unrelated
failures in the serving path (database errors, programming bugs) now propagate
as 500 again instead of being masked as a 404.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to