mobuchowski commented on code in PR #45260:
URL: https://github.com/apache/airflow/pull/45260#discussion_r1905227703


##########
providers/src/airflow/providers/openlineage/extractors/manager.py:
##########
@@ -36,8 +36,8 @@
 if TYPE_CHECKING:
     from openlineage.client.event_v2 import Dataset
 
-    from airflow.lineage.entities import Table
     from airflow.models import Operator
+    from airflow.providers.common.compat.lineage.entities import Table

Review Comment:
   Please bump the minimum version of providers common.compat requirement in 
`provider.yaml` in this case. This would raise exception for previous version 
of common.compat dependency.



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