bbovenzi commented on issue #22001:
URL: https://github.com/apache/airflow/issues/22001#issuecomment-2877238469

   Yeah this is fairly complex. 
   
   First, we have a separate issue to reimplement the dag specific gantt view: 
https://github.com/apache/airflow/issues/44672 Which would be the same as we 
had in 2.x, a custom gantt chart that is lined up with the grid view and shares 
the same scrolling
   
   For across dags, I do wonder if a gantt chart is the best visualization or 
if a google calendar style view would be better. Maybe something like 
https://github.com/jquense/react-big-calendar. I think we can start with just 
using the list dag_runs endpoint. And later on we can add more events like 
showing when dags are scheduled.


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