BasPH opened a new pull request #19705: URL: https://github.com/apache/airflow/pull/19705
This PR adds a DAG run details page showing information about one single DAG run. I have a couple of DAGs where every run is triggered with parameters and found it difficult to trace which parameters were used to trigger a DAG in the Airflow UI. The current flow is: 1. Hover over DAG run in tree view 2. Memorize a property to identify specific DAG run, usually the run id (memorize because toolbox disappears when cursor leaves the DAG run circle) 3. Go to Browse -> DAG runs 4. Filter using property from step 2 This PR adds a new button to the modal clicking on a DAG run bar in the tree view:  That brings you to the DAG run details page:  -- 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]
