eladkal commented on code in PR #25437: URL: https://github.com/apache/airflow/pull/25437#discussion_r934276857
########## airflow/config_templates/default_airflow.cfg: ########## @@ -716,6 +716,9 @@ audit_view_excluded_events = gantt,landing_times,tries,duration,calendar,graph,g # Example: audit_view_included_events = dagrun_cleared,failed # audit_view_included_events = +# Logical condition for tags filtering (AND or OR). +dags_tags_filter_condition = AND Review Comment: i don't think having this as setting is the best solution. This feels more like something that we should solve in UX level (supporting both behaviors and let user select what he wish when filtering) -- 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]
