You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/01 08:45:28 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #25437: Add dags_tags_filter_condition config to allow using AND closes

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org