From d2c2a2285c176ef232452e72a28e355667b8b50b Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 12 Mar 2021 08:17:49 +0000 Subject: [PATCH] Webserver: Allow Filtering TaskInstances by queued_dttm (#14708) We allow filtering TaskInstance in the Webserver by queued_dttm similar to start_date and end_date. This helps in debugging issues quicker, then getting access to DB. --- airflow/www/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow/www/views.py b/airflow/www/views.py index b8884153e89db2..67749229b19b87 100644 --- a/airflow/www/views.py +++ b/airflow/www/views.py @@ -3572,6 +3572,7 @@ class TaskInstanceModelView(AirflowModelView): 'operator', 'start_date', 'end_date', + 'queued_dttm', ] edit_columns = [