r39132 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_r219706066
##########
File path: airflow/models.py
##########
@@ -522,10 +522,12 @@ def collect_dags(
Given a file path or a folder, this method looks for python modules,
imports them and adds them to the dagbag collection.
- Note that if a .airflowignore file is found while processing,
- the directory, it will behaves much like a .gitignore does,
+ Note that if a ``.airflowignore`` file is found while processing
Review comment:
Where in the file system does this .airflowignore need to be? Why not have a
placeholder (empty) .airflowignore committed or part of the distribution, so
folks know to override it in place?
----------------------------------------------------------------
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