[PR] Remove legacy dag details page and redirect to grid [airflow]

2024-02-07 Thread via GitHub
bbovenzi opened a new pull request, #37232: URL: https://github.com/apache/airflow/pull/37232 For dag details, we should just use the page in grid view when a user has no runs or tasks selected. --- **^ Add meaningful description above** Read the **[Pull Request Guideli

Re: [PR] Remove legacy dag details page and redirect to grid [airflow]

2024-02-07 Thread via GitHub
vincbeck commented on code in PR #37232: URL: https://github.com/apache/airflow/pull/37232#discussion_r1482048850 ## airflow/www/views.py: ## @@ -1320,76 +1320,7 @@ def legacy_dag_details(self): @provide_session def dag_details(self, dag_id, session: Session = NEW_SESS

Re: [PR] Remove legacy dag details page and redirect to grid [airflow]

2024-02-07 Thread via GitHub
bbovenzi commented on code in PR #37232: URL: https://github.com/apache/airflow/pull/37232#discussion_r1482106833 ## airflow/www/views.py: ## @@ -1320,76 +1320,7 @@ def legacy_dag_details(self): @provide_session def dag_details(self, dag_id, session: Session = NEW_SESS

Re: [PR] Remove legacy dag details page and redirect to grid [airflow]

2024-02-07 Thread via GitHub
jedcunningham merged PR #37232: URL: https://github.com/apache/airflow/pull/37232 -- 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...@ai