sunank200 commented on code in PR #51153: URL: https://github.com/apache/airflow/pull/51153#discussion_r2132153338
########## providers/openlineage/src/airflow/providers/openlineage/utils/utils.py: ########## @@ -68,9 +68,8 @@ from openlineage.client.event_v2 import Dataset as OpenLineageDataset from openlineage.client.facet_v2 import RunFacet, processing_engine_run - from airflow.models import TaskInstance + from airflow.models import DAG, MappedOperator, TaskInstance from airflow.providers.common.compat.assets import Asset - from airflow.sdk import DAG, MappedOperator Review Comment: No, mypy is complaining about this in providers. That's the reason for the change. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org