imrichardwu commented on code in PR #62583:
URL: https://github.com/apache/airflow/pull/62583#discussion_r3023636481


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/__init__.py:
##########
@@ -49,4 +48,5 @@
 ui_router.include_router(grid_router)
 ui_router.include_router(gantt_router)
 ui_router.include_router(calendar_router)
+ui_router.include_router(partitioned_dag_runs_router)

Review Comment:
   The partitioned_dag_runs_router is kind of similar to grid_router, 
gantt_router, and calendar_router in that they're all DAG run visualization, so 
I thought it was nice to group them up.



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