We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a992b62 commit bddbf69Copy full SHA for bddbf69
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx
@@ -75,6 +75,7 @@ export const Dag = () => {
75
},
76
});
77
78
+ // Ensures continuous refresh to detect new runs when there's no pending state and new runs are initiated from other page
79
useRefreshOnNewDagRuns(dagId, hasPendingRuns);
80
81
let dagWithRuns = runsData?.dags.find((recentDag) => recentDag.dag_id === dagId);
0 commit comments