uranusjr commented on a change in pull request #20530:
URL: https://github.com/apache/airflow/pull/20530#discussion_r779290017



##########
File path: airflow/decorators/__init__.py
##########
@@ -19,6 +19,7 @@
 
 from airflow.decorators.python import PythonDecoratorMixin, python_task  # noqa
 from airflow.decorators.python_virtualenv import PythonVirtualenvDecoratorMixin
+from airflow.decorators.sensor import sensor

Review comment:
       This module naming scheme screams gotcha to me. Probably better to 
either put `sensor` into the `python` module instead, or rename the module to 
`sensors` (plural).




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