spider-man-tm commented on code in PR #68678:
URL: https://github.com/apache/airflow/pull/68678#discussion_r3435818945
##########
airflow-core/src/airflow/dag_processing/collection.py:
##########
@@ -557,7 +579,25 @@ def find_orm_dags(self, *, session: Session) -> dict[str,
DagModel]:
)
return {dm.dag_id: dm for dm in session.scalars(stmt).unique()}
+ def find_dag_id_collisions(self, *, session: Session) -> dict[str,
AirflowDagDuplicatedIdException]:
+ """Find Dag IDs already used by a different active DAG file."""
Review Comment:
I fixed
https://github.com/apache/airflow/pull/68678/commits/ea7b5bd9dd1939442abcb10a7df2e9f49cb68e92
--
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]