The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
0815b0c19bb03b1fea53aa496d06a0305de77ad2 / Tzu-ping Chung <[email protected]>
Don't queue runs on DatasetEvent for disabled DAGs

This adds an additional filter on consuming DAG, and only create a
DatasetDagRunQueue entry if the DAG is both active (i.e. still exists
in a DAG file) and unpaused.

There are still questions unanswered:

1. Do we consider catchup? The immediate problem here is catchup is not
   stored on DagModel, and checking it from DAG creates significant
   overhead.
2. Do we just change the behavior outright? This is a breaking change
   since users relying on a disabled DAG can still accumulating events
   (that trigger runs later) as a feature will see it broken. We can
   maybe categorize the current behavior as a bug.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to