ashb commented on code in PR #54252:
URL: https://github.com/apache/airflow/pull/54252#discussion_r2288636253


##########
airflow-core/src/airflow/ui/src/router.tsx:
##########
@@ -161,6 +162,7 @@ export const routerConfig = [
           { element: <Overview />, index: true },
           { element: <DagRuns />, path: "runs" },
           { element: <Tasks />, path: "tasks" },
+          { element: <Calendar />, path: "calendar" },

Review Comment:
   Only downside to this is that fetching the future events can be a relatively 
expensive calculation (I think? We should check that), so getting it every time 
you clicked on a DAG might not be the best idea for performance :(



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