The GitHub Actions job "Tests" on airflow.git/fix-callback-import-errors-metric 
has succeeded.
Run started by GitHub user kalluripradeep (triggered by kalluripradeep).

Head commit for run:
c7d27961718dbfd404894390857635d126889af8 / kalluripradeep 
<[email protected]>
Fix #60928: Don't count callback-only processing as import errors

When DAG processor runs callbacks (on_failure_callback, etc.), it should
not increment the dag_processing.import_errors metric.

Previously, callback-only processing created a DagFileStat without
explicitly setting import_errors=0, causing the metric to incorrectly
count callbacks as errors and trigger false alerts.

This fix explicitly sets import_errors=0 for callback-only processing
to ensure accurate metrics for monitoring DAG health.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to