community[patch]: Kinetica Integrations handled error in querying; quotes in table names; updated gpudb API (#22724)

- [ ] **Miscellaneous updates and fixes**: 
- **Description:** Handled error in querying; quotes in table names;
updated gpudb API
- **Issue:** Threw an error with an error message difficult to
understand if a query failed or returned no records
    - **Dependencies:** Updated GPUDB API version to `7.2.0.9`


@baskaryan @hwchase17
This commit is contained in:
am-kinetica
2024-06-11 19:31:26 +05:30
committed by GitHub
parent 27b9ea14a5
commit ad101adec8
6 changed files with 42 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ class KineticaLoader(BaseLoader):
except ImportError:
raise ImportError(
"Could not import Kinetica python API. "
"Please install it with `pip install gpudb==7.2.0.1`."
"Please install it with `pip install gpudb==7.2.0.9`."
)
try: