Skip to content

Commit

Permalink
Pass last_dag_run_state to recent dagruns API to fetch only dagruns w…
Browse files Browse the repository at this point in the history
…ith given state. (apache#44035)
  • Loading branch information
tirkarthi authored Nov 14, 2024
1 parent 87445bf commit 4b491ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/ui/src/queries/useDags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const useDags = (
queryOptions,
);

const { lastDagRunState, orderBy, ...runsParams } = searchParams;
const { orderBy, ...runsParams } = searchParams;
const {
data: runsData,
error: runsError,
Expand Down

0 comments on commit 4b491ef

Please sign in to comment.