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/03/07 15:32:07 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #22051: Support glob syntax in .airflowignore files (#21392)

mik-laj commented on a change in pull request #22051:
URL: https://github.com/apache/airflow/pull/22051#discussion_r820821265



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

Review comment:
       Can you add enum validtion here? https://github.com/apache/airflow/blob/6db9b0029b98611dd748638ab4834a2275e4fa48/airflow/configuration.py#L231-L239




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