mobuchowski commented on code in PR #41348:
URL: https://github.com/apache/airflow/pull/41348#discussion_r1746928331
##########
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:
You need to bump provider dependency for `common.compat` provider for it to
work.
--
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]