Handle duplicate Dag ID's in Airflow #51777
Unanswered
manoj121999
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I think there is warning generated in recent versions - but you can look it up in changelog, I vaguely rememver it - but I would have to do exactly the same (look through changelog) to find it - so better for you to do so, I guess. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have observed an issue in Airflow where it allows two DAGs to have the same DAG ID. This causes conflicts as Airflow accepts both DAGs without error, leading to unpredictable behavior in the workflow executions.
Due to this conflict, when Airflow performs a new DAG parse, it inconsistently switches between the two DAG definitions—sometimes using the static DAG code, and other times the dynamic one. This leads to unstable behavior and unexpected execution logic in the Airflow scheduler.
Any fix is being applied / already did for this or this is expected in some cases (If yes please point out those)
Beta Was this translation helpful? Give feedback.
All reactions