GitHub user DonHaul closed a discussion: UI - How to find all dags with a specific run id on airflow 3?
Hello, In airflow 2, one could see all the dags runs (of different dags) with the same id in the UI by acessing something like: http://inspirehep.net/dagrun/list/?_flt_0_run_id=935eefaa-663d-459b-accf-a1ccb7b522d9 <img width="1392" height="551" alt="image" src="https://github.com/user-attachments/assets/c8c4da31-1158-433f-97ff-5677afe25f01" /> Is there an equivalent in airflow 3? the dag runs tab doenst seem to provide this kind of filtering, and when I try to search by inputting the dag_run_id on the url: e.g.: http://inspirehep.net/dag_runs?run_id=935eefaa-663d-459b-accf-a1ccb7b522d9 only the first run corresponds to this run_id, the other ones are unrelated <img width="1485" height="460" alt="image" src="https://github.com/user-attachments/assets/2fbfca38-1ac4-4ef5-8b7c-5e9139f1fd82" /> Is there any screen where we can see this information for airflow 3? GitHub link: https://github.com/apache/airflow/discussions/53590 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
