potiuk commented on code in PR #60968: URL: https://github.com/apache/airflow/pull/60968#discussion_r2727421911
########## providers/openlineage/src/airflow/providers/openlineage/plugins/openlineage.py: ########## @@ -21,7 +21,7 @@ # Conditional imports - only load expensive dependencies when plugin is enabled if not conf.is_disabled(): - from airflow.lineage.hook import HookLineageReader + from airflow.providers.common.compat.sdk import HookLineageReader Review Comment: We should have `# use next version` for common-compat provider in pyproject.toml -- 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]
