Re: [PR] Fix task_instance and dag_run links from list views [airflow]

2024-09-10 Thread via GitHub
pierrejeambrun commented on code in PR #42138: URL: https://github.com/apache/airflow/pull/42138#discussion_r1752356121 ## airflow/www/views.py: ## @@ -708,12 +708,16 @@ def show_traceback(error): "airflow/traceback.html", python_version=sys.version.spl

[PR] Fix task_instance and dag_run links from list views [airflow]

2024-09-10 Thread via GitHub
pierrejeambrun opened a new pull request, #42138: URL: https://github.com/apache/airflow/pull/42138 Fix links in dag_runs and task instances view. When we use the redirection links for tasks or dag_run older that the `25` latest dag run the redirection does not work as expected.