pankajastro commented on code in PR #36387:
URL: https://github.com/apache/airflow/pull/36387#discussion_r1435520508
##########
airflow/providers/weaviate/operators/weaviate.py:
##########
@@ -87,11 +91,16 @@ def hook(self) -> WeaviateHook:
"""Return an instance of the WeaviateHook."""
return WeaviateHook(conn_id=self.conn_id, **self.hook_params)
- def execute(self, context: Context) -> None:
+ def execute(self, context: Context):
Review Comment:
```suggestion
def execute(self, context: Context) -> list:
```
?
--
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]