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/04/12 21:11:13 UTC

[GitHub] [airflow] ianbuss commented on a diff in pull request #22051: Support glob syntax in .airflowignore files (#21392)

ianbuss commented on code in PR #22051:
URL: https://github.com/apache/airflow/pull/22051#discussion_r848872682


##########
airflow/config_templates/config.yml:
##########
@@ -233,6 +233,14 @@
       type: string
       example: ~
       default: "True"
+    - name: dag_ignore_file_syntax
+      description: |
+        The pattern syntax used in the ".airflowignore" files in the DAG directories. Valid values are
+        ``regexp`` or ``glob``.

Review Comment:
   I think either can work actually in this context, I chose "or" since you have to choose one or the other.



-- 
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