magnusfurugard commented on issue #11708:
URL: https://github.com/apache/airflow/issues/11708#issuecomment-925636717


   It is possible to mount the plugins via git sync today, if you keep your 
plugins with your DAGs, e.g.; 
   ```
   # Your dag repo
   dags/...
   plugins/...
   ```
   
   You can then just set an `extraEnv` with the direct path. 
   ```
   extraEnv:
       - name: "AIRFLOW__CORE__PLUGINS_FOLDER"
         value: "/opt/airflow/dags/repo/plugins"
   ```


-- 
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]


Reply via email to