uranusjr commented on code in PR #45260:
URL: https://github.com/apache/airflow/pull/45260#discussion_r1914344863
##########
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:
@mobuchowski Should we support both import classes for a while so
`airflow.lineage.entities` don’t break in old Airflow versions when the user
upgrade the OL provider?
--
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]