ephraimbuddy commented on code in PR #35864:
URL: https://github.com/apache/airflow/pull/35864#discussion_r1407646043
##########
airflow/providers/weaviate/hooks/weaviate.py:
##########
@@ -62,29 +63,35 @@ def get_ui_field_behaviour() -> dict[str, Any]:
},
}
- def get_client(self) -> weaviate.Client:
+ def get_client(self) -> WeaviateClient:
Review Comment:
If we don't care for backward compatibility, I can rename this
--
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]