Skip to content

Commit

Permalink
Webserver: Allow Filtering TaskInstances by queued_dttm (#14708)
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit d2c2a22)
  • Loading branch information
kaxil authored and ashb committed Apr 15, 2021
1 parent 7b93f5c commit 9abe9bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3572,6 +3572,7 @@ class TaskInstanceModelView(AirflowModelView):
'operator',
'start_date',
'end_date',
'queued_dttm',
]

edit_columns = [
Expand Down

0 comments on commit 9abe9bc

Please sign in to comment.