potiuk commented on code in PR #30888: URL: https://github.com/apache/airflow/pull/30888#discussion_r1188377178
########## 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: Because this is just temporary. The idea was that first extractors will be added "as is" and then they will be merged into operators. This is what @mobuchowski plan is. We will not release openlineage provider (it is currently excluded from release) until this refactoring is done. -- 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]
