ldacey commented on pull request #9531:
URL: https://github.com/apache/airflow/pull/9531#issuecomment-985688307
Is it better to use a .airflowignore in the dags folder _and_ the plugins
folder?
My plugins folder is like this:
```
/plugins
- /operators
- /hooks
- /sensors
- /sql
- /tests
```
Airflow needs access to the hooks and operators (my DAGs import them). It
does not need access to the tests folder, and maybe not the SQL folder (some
DAGs/operators read the SQL scripts from this path).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]