XD-DENG commented on a change in pull request #3939: [AIRFLOW-3104] Add 
.airflowignore info into doc
URL: https://github.com/apache/incubator-airflow/pull/3939#discussion_r220141336
 
 

 ##########
 File path: docs/concepts.rst
 ##########
 @@ -37,6 +37,12 @@ logical workflow.
 
 .. note:: When searching for DAGs, Airflow will only consider files where the 
string
    "airflow" and "DAG" both appear in the contents of the ``.py`` file.
+   
+.. note::
+
+   If a ``.airflowignore`` file is found while processing ``DAG_FOLDER``,
+   it will behave much like a ``.gitignore``, ignoring files that match
+   any of the regex patterns specified in the file.
 
 Review comment:
   It may make more sense to put it directly under `Concepts` to me.
   
   Will modify accordingly and ping you then. Cheers

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to