You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/03 17:12:54 UTC

[GitHub] [airflow] ldacey commented on pull request #9531: Support .airflowignore for plugins

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org