amoghrajesh commented on code in PR #60968: URL: https://github.com/apache/airflow/pull/60968#discussion_r2730859416
########## 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 yes, but in this case not added because it is already there: https://github.com/apache/airflow/blob/main/providers/openlineage/pyproject.toml#L63 -- 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]
