Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-11-28 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1407797436 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-11-28 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1407807283 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-11-29 Thread via GitHub
pankajkoti commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1410245744 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-11-30 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1410719309 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-11-30 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1410719309 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412111940 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412115290 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412116784 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412124956 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412141618 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412192152 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412232659 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-01 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1412299327 ## airflow/providers/weaviate/operators/weaviate.py: ## @@ -51,21 +54,25 @@ def __init__( self, conn_id: str, class_name: str, -

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-02 Thread via GitHub
pankajkoti commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1413019398 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415271708 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415608430 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415609381 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -94,22 +99,117 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error testin

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415611235 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415613287 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415613647 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415614734 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415615558 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415617479 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415623705 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415624885 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-05 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1415625326 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-06 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1417022573 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-06 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1417042460 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-06 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1417166343 ## airflow/providers/weaviate/operators/weaviate.py: ## @@ -51,21 +54,25 @@ def __init__( self, conn_id: str, class_name: str, -

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-06 Thread via GitHub
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 imp

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-06 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1417288759 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -112,22 +117,170 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-07 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1418703189 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-07 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1418703189 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-07 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1417042460 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-07 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1419355948 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -133,20 +140,201 @@ def create_class(self, class_json: dict[str, Any]) -> None: client = self.co

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-08 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1420221714 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -133,20 +140,201 @@ def create_class(self, class_json: dict[str, Any]) -> None: client = self.co

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-08 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1420221714 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -133,20 +140,201 @@ def create_class(self, class_json: dict[str, Any]) -> None: client = self.co

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-08 Thread via GitHub
ephraimbuddy commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1420230202 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -133,20 +140,201 @@ def create_class(self, class_json: dict[str, Any]) -> None: client = self.co

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-08 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1420254907 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -133,20 +140,201 @@ def create_class(self, class_json: dict[str, Any]) -> None: client = self.co

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-08 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1420287186 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -119,38 +125,204 @@ def test_connection(self) -> tuple[bool, str]: self.log.error("Error test

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-08 Thread via GitHub
utkarsharma2 commented on code in PR #35919: URL: https://github.com/apache/airflow/pull/35919#discussion_r1420288687 ## airflow/providers/weaviate/hooks/weaviate.py: ## @@ -17,15 +17,20 @@ from __future__ import annotations +import json import warnings from functools imp

Re: [PR] Add helper function for CRUD operations on weaviate's schema and class objects [airflow]

2023-12-11 Thread via GitHub
ephraimbuddy merged PR #35919: URL: https://github.com/apache/airflow/pull/35919 -- 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...@air