uranusjr opened a new pull request, #38891:
URL: https://github.com/apache/airflow/pull/38891

   Maybe fix #38826?
   
   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to