XD-DENG commented on a change in pull request #12707:
URL: https://github.com/apache/airflow/pull/12707#discussion_r532231218
##########
File path: airflow/www/views.py
##########
@@ -710,12 +704,6 @@ def task_stats(self, session=None):
last_dag_run.c.execution_date ==
TaskInstance.execution_date,
),
)
- # pylint: disable=no-member
- if selected_dag_ids:
- last_task_instance_query_result =
last_task_instance_query_result.filter(
- TaskInstance.dag_id.in_(filter_dag_ids)
- )
- # pylint: enable=no-member
Review comment:
Similar to the case in the last comment
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]