Taragolis commented on code in PR #34122:
URL: https://github.com/apache/airflow/pull/34122#discussion_r1316396564


##########
airflow/providers/openlineage/plugins/facets.py:
##########
@@ -33,7 +33,7 @@ class AirflowMappedTaskRunFacet(BaseFacet):
     @classmethod
     def from_task_instance(cls, task_instance):
         task = task_instance.task
-        from airflow.providers.openlineage.utils import get_operator_class
+        from airflow.providers.openlineage.utils.utils import 
get_operator_class

Review Comment:
   I don't think we should change that now or at all.
   



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