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/02/14 20:08:07 UTC

[GitHub] [airflow] ianbuss commented on issue #21392: .airflowignore does not use 'glob' as .gitignore for example

ianbuss commented on issue #21392:
URL: https://github.com/apache/airflow/issues/21392#issuecomment-1039504738


   One option might be to add a config option to specify the file syntax, which would default to `regexp` to maintain backwards compat. Something like:
   ```
   [core]
   dag_ignorefile_syntax = regexp|glob
   ```
   May be something I haven't considered.
   


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