uranusjr commented on code in PR #30888:
URL: https://github.com/apache/airflow/pull/30888#discussion_r1188026290


##########
airflow/providers/openlineage/extractors/__init__.py:
##########
@@ -20,4 +20,8 @@
 from airflow.providers.openlineage.extractors.base import BaseExtractor, 
OperatorLineage
 from airflow.providers.openlineage.extractors.manager import ExtractorManager
 
+"""
+:meta private:
+"""

Review Comment:
   Why is the `__init__` file marked as private? Do we not want people to 
import from this file (but submodules instead?) and in that case, why are the 
classes re-exported from submodules into this file?



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