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:
   
![image](https://user-images.githubusercontent.com/6249654/142614378-e0702ad7-5e87-40ed-86e9-93e93724e056.png)
   
   That brings you to the DAG run details page:
   
![image](https://user-images.githubusercontent.com/6249654/142614767-3116bfb4-c9fd-4cac-8b3f-666bbfdf6169.png)
   


-- 
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]


Reply via email to