uranusjr commented on issue #38826: URL: https://github.com/apache/airflow/issues/38826#issuecomment-2044577544
> DDRQs are only added to active DAGs Are they? From what I can tell all DAGs are referenced. The code creating DDRQs uses `consuming_dags`, which is based on the through table `DagScheduleDatasetReference`, which does not exclude inactive DAGs. Maybe the right fix is to only create entries in `DagScheduleDatasetReference` for active DagModel rows, or add additional logic in `consuming_dags` to only include active DAGs. -- 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]
