Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Previously, I am using Airflow 2.10. After upgrading to Airflow 3, I figured that the stat summary for
last_dag_run_state
is not correct. I am not really sure why this is happen, but upgrading to latest airflow 3 didn't solve the problem.Screencast.From.2025-09-09.13-10-44.mp4
I checked airflow metadata and found that there were 3 dag failed
today
, but only one that has not been rerun successfully.That's not the same for success state. At the current screen capture (video and image), the dag queued status came from a dag that was running with
max_active_runs=1
(it has multiple queue trigger run).Is this a bug or just me misunderstanding the purpose of last_dag_run_state in Airflow UI?
Beta Was this translation helpful? Give feedback.
All reactions