Dilyan Marinov
Dilyan Marinov
## Overview As part of the shifting focus for VDK, we should research the LLM/RAG space. ## Acceptance criteria 1. Research LLMs/RAG - https://sebastianraschka.com/blog/2023/llm-reading-list.html 3. Do this project https://www.coursera.org/projects/langchain-chat-with-your-data-project 4....
Placeholder ticket for the CI/CD on-call
## Overview ## Acceptance Criteria
## Overview All "-query" cli implementations have been deprecated in favour of the more generic sql-query. https://github.com/vmware/versatile-data-kit/pull/2649 It should be the same for Oracle. Note that this might break the...
## Overview ## How to reproduce ## Acceptance criteria
## Overview While doing load testing, this error was happening sporadically and failing for 1% of ingestion rows. It might be due to unnecessary commit calls. https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-plugins/vdk-oracle/src/vdk/plugin/oracle/ingest_to_oracle.py#L164 We probably don't...
## Overview Load testing done here is not the worst case scenario https://github.com/vmware/versatile-data-kit/issues/2907#issuecomment-1823484629 The worst case scenario would be something like this test (variable payload), but on a much larger...
## Overview Impala error handling is implemented here https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py#L101 This will potentially become hard to maintain. We should replace it with a pattern like ```python class ErrorHandler: def __init__(self, next:...
**Describe the bug** UI is unable to display data jobs due to license headers breaking html rendering **Steps To Reproduce** Steps to reproduce the behavior: 1. Connect to CI/CD test...
1. What versions are you using? ``` database version: 19c Free Autonomous Database platform.platform: macOS-13.6.2-arm64-arm-64bit sys.maxsize > 2**32: True platform.python_version: 3.11.7 oracledb.__version__: 2.0.1 ``` 2. Is it an error or...