wpromatt commented on PR #32958:
URL: https://github.com/apache/airflow/pull/32958#issuecomment-1899727667

   @potiuk  The only thing I can't figure out with this new view is how to go 
to the "graph" view from a link to the task logs. The redirection doesn't work 
when the dag run you're trying to view in a graph is outside the default 
selected number of dag runs.
   
   Link to task logs. Note how the "graph" button goes to 
`/dags/ninjacat_listener/graph?root=&execution_date=2024-01-17T21%3A08%3A00%2B00%3A00`.
   
   <img width="1195" alt="Screenshot 2024-01-18 at 8 09 28 PM" 
src="https://github.com/apache/airflow/assets/10120896/d5a0e1a0-6069-40f2-8576-ce978dc7502b";>
   
   Since this particular dag run was like 200 or so dag_runs in the past, once 
redirected the graph shows without a selected run. I can only go there by 
manually adding `&num_runs=200` to the url that graph link sends you to.
   
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to