Prajwal7842 opened a new pull request, #62797:
URL: https://github.com/apache/airflow/pull/62797
<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
<!--
This PR adds support for filtering dag runs on dags/:dag_id/runs page using
run_after field. This enables lookback from a timestamp allowing users to view
dag runs way far back.
This requires creating a SingleDatePicker component and adding it in the
filter panel for selection.
By default, when the date time picker is selected, the default input is the
current date and time.
<img width="373" height="800" alt="Screenshot 2026-03-03 at 9 32 55 PM"
src="https://github.com/user-attachments/assets/2444f928-856e-44b1-a3a1-b119ec45c7d1"
/>
On selecting a date and time, runs are filtered accordingly. From SS below,
we can see that a datetime is selected and even though there are newer runs,
the left panel shows only dag runs ending at the selected date time.
<img width="665" height="596" alt="Screenshot 2026-03-03 at 9 10 38 PM"
src="https://github.com/user-attachments/assets/e5b68897-03cd-4053-a2d4-76802ec582ab"
/>
<img width="1332" height="479" alt="Screenshot 2026-03-03 at 9 11 11 PM"
src="https://github.com/user-attachments/assets/0e4fb4d8-db64-4d62-8b14-329c83c54ff7"
/>
In case of an existing issue, reference it using one of the following:
* closes: #60521
-->
---
##### Was generative AI tooling used to co-author this PR?
<!--
If generative AI tooling has been used in the process of authoring this PR,
please
change below checkbox to `[X]` followed by the name of the tool, uncomment
the "Generated-by".
-->
- [ ] Yes (please specify the tool below)
<!--
Generated-by: [Claude] following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
-->
---
* Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
for more information. Note: commit author/co-author name and email in commits
become permanently public when merged.
* For fundamental code changes, an Airflow Improvement Proposal
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
is needed.
* When adding dependency, check compliance with the [ASF 3rd Party License
Policy](https://www.apache.org/legal/resolved.html#category-x).
* For significant user-facing changes create newsfragment:
`{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]