Lee-W commented on code in PR #41348:
URL: https://github.com/apache/airflow/pull/41348#discussion_r1764505493


##########
airflow/providers/openlineage/extractors/manager.py:
##########
@@ -178,7 +178,7 @@ def extract_inlets_and_outlets(
 
     def get_hook_lineage(self) -> tuple[list[Dataset], list[Dataset]] | None:
         try:
-            from airflow.lineage.hook import get_hook_lineage_collector
+            from airflow.providers.common.compat.lineage.hook import 
get_hook_lineage_collector

Review Comment:
   Yep, the `common.compat` will be released with this PR, which is one of the 
reasons we can not bump it as it's not yet released. Had a discussion with TP. 
We'll not use compact in this PR but will bump it after the release.



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