Content-Length: 264420 | pFad | http://github.com/apache/airflow/commit/6fb8c83f436ded57ccf1e3b11b25fd4339d3bebf

66 [v3-0-test] Fetch only the most recent dagrun value used in header. (… · apache/airflow@6fb8c83 · GitHub
Skip to content

Commit 6fb8c83

Browse files
tirkarthiYour Name
authored and
Your Name
committed
[v3-0-test] Fetch only the most recent dagrun value used in header. (#50767)
(cherry picked from commit 6130bcf) Co-authored-by: Karthikeyan Singaravelan <tir.karthi@gmail.com>
1 parent 3c2109e commit 6fb8c83

File tree

1 file changed

+1
-1
lines changed
  • airflow-core/src/airflow/ui/src/pages/Dag

1 file changed

+1
-1
lines changed

airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const Dag = () => {
5959
data: runsData,
6060
error: runsError,
6161
isLoading: isLoadingRuns,
62-
} = useDagsServiceRecentDagRuns({ dagIds: [dagId] }, undefined, {
62+
} = useDagsServiceRecentDagRuns({ dagIds: [dagId], dagRunsLimit: 1 }, undefined, {
6363
enabled: Boolean(dagId),
6464
refetchInterval: (query) =>
6565
query.state.data?.dags

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/apache/airflow/commit/6fb8c83f436ded57ccf1e3b11b25fd4339d3bebf

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy