The GitHub Actions job "Tests" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 5ddd2840e37347f3ee4c0a175556ddc65c340e06 / Kaxil Naik <[email protected]> Add INFO-level logging to asset scheduling path (#63958) The scheduler's asset (dataset) condition evaluation path had zero INFO-level logging, making it impossible to debug why asset-triggered DagRuns were created or skipped. This was a significant gap discovered during a P1 customer incident where the root cause took hours to trace because the scheduler was a complete black box for asset scheduling. Add log lines for: - ADRQ records loaded per DAG (count and DAG IDs) - Asset condition evaluation result (met/not met per DAG) - DAGs deferred due to max_active_runs - Asset-triggered DagRun creation (DAG ID, triggered_date, queued count) - Consumed asset events count per DagRun - ADRQ rows deleted after DagRun creation * Address review feedback: fix casing in log messages and mypy error - Change "DAGs" to "Dags" in asset-triggered log messages (dag.py) - Fix mypy attr-defined error by casting session.execute() result to CursorResult, matching the existing pattern in delete_dag.py Report URL: https://github.com/apache/airflow/actions/runs/23371708483 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
