bbovenzi commented on code in PR #26837:
URL: https://github.com/apache/airflow/pull/26837#discussion_r986035522
##########
airflow/www/views.py:
##########
@@ -2232,57 +2232,6 @@ def dagrun_queued(self):
confirmed = request.form.get('confirmed') == 'true'
return self._mark_dagrun_state_as_queued(dag_id, dag_run_id, confirmed)
- @expose("/dagrun_details")
Review Comment:
To avoid breaking links, we should make this redirect to the appropriate
spot in the grid view.
--
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]