utkarsharma2 commented on code in PR #35919:
URL: https://github.com/apache/airflow/pull/35919#discussion_r1417168072


##########
airflow/providers/weaviate/hooks/weaviate.py:
##########
@@ -17,16 +17,22 @@
 
 from __future__ import annotations
 
+import json
 import warnings
 from functools import cached_property
-from typing import Any
+from typing import Any, Literal, cast 
 
-from weaviate import Client as WeaviateClient
+import pandas as pd

Review Comment:
   Moved the relevant code to PR - https://github.com/apache/airflow/pull/36085 
and addressed the issue there. 



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