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_r220138710
##########
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:
Sure, it's worthwhile doing that. Where would you suggest to put this
section? A section under `Concepts/Core Ideas/DAGs` or `Concepts`? Or somewhere
else?
----------------------------------------------------------------
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