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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]