moiseenkov commented on code in PR #34514:
URL: https://github.com/apache/airflow/pull/34514#discussion_r1342384125


##########
airflow/providers/google/cloud/operators/datafusion.py:
##########
@@ -34,21 +34,12 @@
 from airflow.providers.google.cloud.operators.cloud_base import 
GoogleCloudBaseOperator
 from airflow.providers.google.cloud.triggers.datafusion import 
DataFusionStartPipelineTrigger
 from airflow.providers.google.cloud.utils.datafusion import 
DataFusionPipelineType
+from airflow.providers.google.cloud.utils.helpers import resource_path_to_dict
 
 if TYPE_CHECKING:
     from airflow.utils.context import Context
 
 
-class DataFusionPipelineLinkHelper:

Review Comment:
   You are right. Updated PR.



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

Reply via email to