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

 ##########
 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:
   Should probably mention the format of the lines in the file, and perhaps 
give an example here? At that point this is possibly a (sub)section in its own 
right, and not a mere note.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to