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/13 10:16:01 UTC

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

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


##########
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:
   Either makes sense for me too



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