ashb commented on code in PR #26461:
URL: https://github.com/apache/airflow/pull/26461#discussion_r975370492
##########
airflow/www/utils.py:
##########
@@ -541,6 +541,13 @@ def apply(self, query, value):
return super().apply(query, value)
+class StateAwareFilterMixin:
Review Comment:
There's nothing particular about this filter to the state column is there?
If not, it would be helpful to add this to most other columns too please.
--
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]