bbovenzi commented on code in PR #25437: URL: https://github.com/apache/airflow/pull/25437#discussion_r934284105
########## 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 agree. If this is something we want to support then it should be user-selected at the start with 0 config. -- 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]
