mik-laj commented on a change in pull request #12108:
URL: https://github.com/apache/airflow/pull/12108#discussion_r518632547



##########
File path: docs/plugins.rst
##########
@@ -24,8 +24,7 @@ Airflow has a simple plugin manager built-in that can 
integrate external
 features to its core by simply dropping files in your
 ``$AIRFLOW_HOME/plugins`` folder.
 
-The python modules in the ``plugins`` folder get imported,

Review comment:
       That's right, but most users use `airflow.operators. *` or` 
airflow.hooks. *`, because that's how it was described on this page before and 
we didn't have a better documentation that covered loading a module in detail. 
   A small note, since Airflow 2.0, loading modules via `airflow. {operators,, 
hooks, sensors}. *` Is not supported. Many people can help if they have read 
archival materials and guides on the Internet before. Additionally, it is worth 
giving a link to the docs about [module 
loading](https://airflow.readthedocs.io/en/latest/modules_management.html) one 
and an example.
   
   In line. with the annual survey, over 60% of people misused plugins. See: 
https://airflow.apache.org/blog/airflow-survey/




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to